Skip to content

Commit

Permalink
Upgrade cbindgen to v0.21.0
Browse files Browse the repository at this point in the history
v0.20.0 breaking CI with `use of unstable library feature
'mixed_integer_ops'` error
  • Loading branch information
jbesraa committed Sep 23, 2024
1 parent d61cd2a commit 7b9ec41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/build_header.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /bin/sh
cargo install --version 0.20.0 cbindgen
cargo install --version 0.21.0 cbindgen --force

rm -f ./sv2.h
touch ./sv2.h
Expand Down
2 changes: 1 addition & 1 deletion scripts/sv2-header-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if ! command -v sha1sum >/dev/null 2>&1; then
exit 1
fi

cargo install --version 0.20.0 cbindgen
cargo install --version 0.21.0 cbindgen --force

set -ex
# cargo install cbindgen --force bts
Expand Down

0 comments on commit 7b9ec41

Please sign in to comment.