We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4c3b99 + 016441f commit d75361fCopy full SHA for d75361f
1 file changed
.github/workflows/CI.yml
@@ -191,6 +191,8 @@ jobs:
191
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
194
+ - name: Pin last quote release supporting our msrv of Rust 1.68
195
+ run: cargo update --package quote --precise 1.0.44
196
197
# build
198
- name: cargo check x11rb-protocol with all features
0 commit comments