Skip to content

Commit 3d1793a

Browse files
committed
CI: Pin memchr
Recently `memchr` broke our MSRV by updating to edition 2021 in a patch version, pin it in CI for MSRV builds.
1 parent 0316e58 commit 3d1793a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/test.sh

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ if cargo --version | grep "1\.48\.0"; then
2929
cargo update -p serde --precise 1.0.152
3030
cargo update -p log --precise 0.4.18
3131
cargo update -p serde_test --precise 1.0.152
32+
cargo update -p memchr --precise 2.5.0
3233
fi
3334

3435
# Test bitcoind integration tests if told to (this only works with the stable toolchain)

0 commit comments

Comments
 (0)