Merge rust-bitcoin/rust-bitcoin#2142: Fix a small typo in 'contrib/test.sh'
5d43ad7607
Fix a small typo in 'contrib/test.sh' (Roman Zeyde) Pull request description: `memcrh` -> `memchr` ACKs for top commit: tcharding: ACK5d43ad7607
apoelstra: ACK5d43ad7607
Tree-SHA512: 98bd9d5d9bec4bd350e32e412b2c704b82633b0aa850404a0fc32113181e12aeaf7d0efaf3bcf6116c15e70ad34168be54c32c1f69d812ab0fca78a74d0f2a7e
This commit is contained in:
commit
4d12a07a09
|
@ -17,7 +17,7 @@ if cargo --version | grep ${MSRV}; then
|
|||
cargo update -p schemars --precise 0.8.12
|
||||
# schemars_derive 0.8.13 uses edition 2021
|
||||
cargo update -p schemars_derive --precise 0.8.12
|
||||
# memcrh 2.6.0 uses edition 2021
|
||||
# memchr 2.6.0 uses edition 2021
|
||||
cargo update -p memchr --precise 2.5.0
|
||||
# byteorder 1.5.0 uses edition 2021
|
||||
cargo update -p byteorder --precise 1.4.3
|
||||
|
|
Loading…
Reference in New Issue