We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d45f4ef commit 6c24139Copy full SHA for 6c24139
.github/workflows/CI.yml
@@ -183,6 +183,8 @@ jobs:
183
run: cargo update --package tracing-core --precise 0.1.33
184
- name: Pin last libloading release supporting our msrv of Rust 1.64
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
189
# build
190
- name: cargo check x11rb-protocol with all features
0 commit comments