Skip to content

Commit 425f83c

Browse files
committed
Pin syn 2.0.106 in MSRV CI
See dtolnay/syn@9dbb5b7 Signed-off-by: Uli Schlachter <psychon@znc.in>
1 parent c73d812 commit 425f83c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ jobs:
187187
run: cargo update --package async-io --precise 2.5.0
188188
- name: Pin last polling release supporting our msrv of Rust 1.64
189189
run: cargo update --package polling --precise 3.10.0
190+
- name: Pin last syn release supporting our msrv of Rust 1.64
191+
run: cargo update --package syn --precise 2.0.106
190192

191193
# build
192194
- name: cargo check x11rb-protocol with all features

0 commit comments

Comments
 (0)