Skip to content

Commit

Permalink
Bump cbindgen version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Sep 27, 2023
1 parent d8d40d4 commit 09e7105
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos_x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 09e7105

Please sign in to comment.