Skip to content

Commit 804377c

Browse files
committed
Merge #597: CI: Pin memchr
3d1793a CI: Pin memchr (Tobin C. Harding) Pull request description: Recently `memchr` broke our MSRV by updating to edition 2021 in a patch version, pin it in CI for MSRV builds. ACKs for top commit: apoelstra: ACK 3d1793a Tree-SHA512: cb7c6876bcb0cd16deb29e34240b9628b5aad39eb7a6ca4943b8d01c2f03b324e6166fd63c628bf1acbd9db1be90e7924a25fd5d3ec0ab82aabce1b96429462b
2 parents 0316e58 + 3d1793a commit 804377c

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)