We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c24139 commit 86c0f26Copy full SHA for 86c0f26
.github/workflows/CI.yml
@@ -185,6 +185,8 @@ jobs:
185
run: cargo update --package libloading --precise 0.8.8
186
- name: Pin last async-io release supporting our msrv of Rust 1.64
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
191
# build
192
- name: cargo check x11rb-protocol with all features
0 commit comments