diff --git a/contrib/test.sh b/contrib/test.sh index 79932ad5..b1135699 100755 --- a/contrib/test.sh +++ b/contrib/test.sh @@ -8,6 +8,8 @@ MSRV="1\.48\.0" # Test pinned versions. if cargo --version | grep ${MSRV}; then + cargo update -p syn:2.0.37 --precise 2.0.32 + cargo update -p serde_json --precise 1.0.99 cargo update -p serde --precise 1.0.156 cargo update -p quote --precise 1.0.30