From b26bf88e0179e9fd6515cc82aea148da7861e220 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20L=C3=A9veill=C3=A9?= Date: Thu, 11 Dec 2025 16:50:13 -0500 Subject: [PATCH] Update typeshare CI version Update typeshare CI version to 1.13.4 to support cfg_attr. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c45ca5a..676594d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,5 +102,5 @@ jobs: - uses: actions-rs/install@v0.1 with: crate: typeshare-cli - version: "1.11.0" + version: "1.13.4" - run: typeshare --lang=${{ matrix.lang }} . -o test.${{ matrix.fs }}