We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
quote
1 parent 063947f commit c91b14cCopy full SHA for c91b14c
ci/ci-tests.sh
@@ -14,6 +14,9 @@ function PIN_RELEASE_DEPS {
14
# syn 2.0.107 requires rustc 1.68.0
15
[ "$RUSTC_MINOR_VERSION" -lt 68 ] && cargo update -p syn --precise "2.0.106" --verbose
16
17
+ # quote 1.0.42 requires rustc 1.68.0
18
+ [ "$RUSTC_MINOR_VERSION" -lt 68 ] && cargo update -p quote --precise "1.0.41" --verbose
19
+
20
return 0 # Don't fail the script if our rustc is higher than the last check
21
}
22
0 commit comments