Remove pins from test script
This commit is contained in:
parent
a0c5c1282a
commit
443a4c5869
|
@ -23,13 +23,6 @@ if cargo --version | grep beta; then
|
||||||
STABLE=false
|
STABLE=false
|
||||||
fi
|
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 ]
|
if [ "$DO_LINT" = true ]
|
||||||
then
|
then
|
||||||
cargo clippy --locked --all-features --all-targets -- -D warnings
|
cargo clippy --locked --all-features --all-targets -- -D warnings
|
||||||
|
|
Loading…
Reference in New Issue