Skip to content

Commit

Permalink
last cbindgen we can use is 0.26...
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Jan 9, 2025
1 parent 30b493d commit b6dbc95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ jobs:

- uses: taiki-e/install-action@v2
with:
tool: cbindgen@0.20.0
tool: cbindgen@0.26.0

- run: make include/sourmash.h

Expand Down
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
(python311.withPackages (ps: with ps; [ virtualenv tox cffi ]))
(python310.withPackages (ps: with ps; [ virtualenv ]))

rust-cbindgen
#rust-cbindgen
maturin

wasmtime
Expand All @@ -124,7 +124,7 @@
cargo-udeps
cargo-deny
cargo-nextest
cargo-llvm-cov
#cargo-llvm-cov
cargo-component
cargo-codspeed
cargo-semver-checks
Expand Down

0 comments on commit b6dbc95

Please sign in to comment.