Pin syn to 2.0.32

We have a dependency on `syn` deep in the dependency graph that is
breaking MSRV, just pin the damn thing to 2.0.32
This commit is contained in:
Tobin C. Harding 2023-09-19 05:37:35 +10:00
parent bbe4800607
commit 34890827ae
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ MSRV="1\.48\.0"
# Test pinned versions. # Test pinned versions.
if cargo --version | grep ${MSRV}; then 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_json --precise 1.0.99
cargo update -p serde --precise 1.0.156 cargo update -p serde --precise 1.0.156
cargo update -p quote --precise 1.0.30 cargo update -p quote --precise 1.0.30