Skip to content

Commit f146b0a

Browse files
committed
ci(msrv): pin syn crate to 2.0.106
latest syn 2.0.107 and 2.0.108 have MSRV 1.68.0 syn 2.0.106 has MSRV 1.61.0
1 parent d77fd95 commit f146b0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/pin-msrv.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ set -euo pipefail
1111
# rustup override set 1.63.0
1212

1313
cargo update -p once_cell --precise "1.20.3"
14+
cargo update -p syn --precise "2.0.106"

0 commit comments

Comments
 (0)