From 09e710574d6d4d9d7cfc174802775c494c1b6803 Mon Sep 17 00:00:00 2001 From: "Kevin R. Thornton" Date: Wed, 27 Sep 2023 12:10:27 -0700 Subject: [PATCH] Bump cbindgen version in CI --- .github/workflows/docs.yml | 2 +- .github/workflows/macos_x86.yml | 2 +- .github/workflows/ubuntu.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 48c2042a5..7292ad26a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -39,7 +39,7 @@ jobs: uses: baptiste0928/cargo-install@v2 with: crate: cbindgen - version: "=0.24.3" + version: "=0.26.0" # We install the R dependencies first # Later, Python dependencies will go into the same place. # Python will silently update dependencies if needed, diff --git a/.github/workflows/macos_x86.yml b/.github/workflows/macos_x86.yml index 6c1bbdc8e..d78a3278d 100644 --- a/.github/workflows/macos_x86.yml +++ b/.github/workflows/macos_x86.yml @@ -37,7 +37,7 @@ jobs: uses: baptiste0928/cargo-install@v2 with: crate: cbindgen - version: "=0.24.3" + version: "=0.26.0" - name: Install GSL run: | brew install gsl diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 3ece71434..20104ab20 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -42,7 +42,7 @@ jobs: uses: baptiste0928/cargo-install@v2 with: crate: cbindgen - version: "=0.24.3" + version: "=0.26.0" - name: rustc version run: |