Skip to content

Commit

Permalink
Merge pull request #1170 from jbesraa/2024-09-23-upgrade-cbindgen-0.20.0
Browse files Browse the repository at this point in the history
Upgrade `cbindgen` to  v0.21.0
  • Loading branch information
plebhash authored Sep 23, 2024
2 parents d61cd2a + 7b9ec41 commit b3c6e89
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 b3c6e89

Please sign in to comment.