Skip to content

Commit b10c7a2

Browse files
committed
ci: add one more pin
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.
1 parent 7c977b5 commit b10c7a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ rustc --version
1111
if cargo --version | grep "1\.58"; then
1212
cargo update -p byteorder --precise 1.4.3
1313
cargo update -p cc --precise 1.0.94
14+
cargo update -p ppv-lite86 --precise 0.2.17
1415
fi
1516

1617
# Format if told to

0 commit comments

Comments
 (0)