Fix a small typo in 'contrib/test.sh'

This commit is contained in:
Roman Zeyde 2023-10-25 22:22:08 +03:00
parent 1eb6e0c7d8
commit 5d43ad7607
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ if cargo --version | grep ${MSRV}; then
cargo update -p schemars --precise 0.8.12 cargo update -p schemars --precise 0.8.12
# schemars_derive 0.8.13 uses edition 2021 # schemars_derive 0.8.13 uses edition 2021
cargo update -p schemars_derive --precise 0.8.12 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 cargo update -p memchr --precise 2.5.0
# byteorder 1.5.0 uses edition 2021 # byteorder 1.5.0 uses edition 2021
cargo update -p byteorder --precise 1.4.3 cargo update -p byteorder --precise 1.4.3