Skip to content

Commit c91b14c

Browse files
committed
Add additional MSRV pin for quote
1 parent 063947f commit c91b14c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/ci-tests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ function PIN_RELEASE_DEPS {
1414
# syn 2.0.107 requires rustc 1.68.0
1515
[ "$RUSTC_MINOR_VERSION" -lt 68 ] && cargo update -p syn --precise "2.0.106" --verbose
1616

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+
1720
return 0 # Don't fail the script if our rustc is higher than the last check
1821
}
1922

0 commit comments

Comments
 (0)