Skip to content

Commit

Permalink
ci: add one more pin
Browse files Browse the repository at this point in the history
We should really move to a system of lockfiles (and more generally move
to the rust-bitcoin-maintainer-tools set of scripts since the existing
scripts are badly broken -- a "fuzz" job that sets an unused DO_LINT
variable and never fuzzes; a  DO_FMT flag in contrib/test.sh which is
never set, etc) but this is an easy fix for now.
  • Loading branch information
apoelstra committed Aug 8, 2024
1 parent 7c977b5 commit b10c7a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ rustc --version
if cargo --version | grep "1\.58"; then
cargo update -p byteorder --precise 1.4.3
cargo update -p cc --precise 1.0.94
cargo update -p ppv-lite86 --precise 0.2.17
fi

# Format if told to
Expand Down

0 comments on commit b10c7a2

Please sign in to comment.