Remove pins from test script

This commit is contained in:
yancy 2023-08-08 21:18:40 +02:00
parent a0c5c1282a
commit 443a4c5869
1 changed files with 0 additions and 7 deletions

View File

@ -23,13 +23,6 @@ if cargo --version | grep beta; then
STABLE=false
fi
# Pin dependencies as required if we are using MSRV toolchain.
if cargo --version | grep "1\.48"; then
# 1.0.157 uses syn 2.0 which requires edition 2021
cargo update -p serde_json --precise 1.0.99
cargo update -p serde --precise 1.0.156
fi
if [ "$DO_LINT" = true ]
then
cargo clippy --locked --all-features --all-targets -- -D warnings