Skip to content

Commit 3710e3b

Browse files
committed
Pin last working syn version in msrv-check
See dtolnay/syn@92a0aa4 A first version if this failed with the following, so the exact version to update is specified: error: There are multiple `syn` packages in your project, and the specification `syn` is ambiguous. Please re-run this command with `-p <spec>` where `<spec>` is one of the following: syn@1.0.109 syn@2.0.117 Signed-off-by: Uli Schlachter <psychon@znc.in>
1 parent 7a47b9e commit 3710e3b

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
@@ -189,6 +189,8 @@ jobs:
189189
run: cargo update --package async-lock --precise 3.4.1
190190
- name: Pin last unicode-ident release supporting our msrv of Rust 1.68
191191
run: cargo update --package unicode-ident --precise 1.0.22
192+
- name: Pin last syn release supporting our msrv of Rust 1.68
193+
run: cargo update --package syn@2.0.117 --precise 2.0.114
192194

193195
# build
194196
- name: cargo check x11rb-protocol with all features

0 commit comments

Comments
 (0)