We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c73d812 commit 425f83cCopy full SHA for 425f83c
.github/workflows/CI.yml
@@ -187,6 +187,8 @@ jobs:
187
run: cargo update --package async-io --precise 2.5.0
188
- name: Pin last polling release supporting our msrv of Rust 1.64
189
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
192
193
# build
194
- name: cargo check x11rb-protocol with all features
0 commit comments