From 34890827ae3352371e5e7822ae63edef785deaeb Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Tue, 19 Sep 2023 05:37:35 +1000 Subject: [PATCH] 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 --- contrib/test.sh | 2 ++ 1 file changed, 2 insertions(+) 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