We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 803efa2 + 86c0f26 commit c73d812Copy full SHA for c73d812
.github/workflows/CI.yml
@@ -181,6 +181,12 @@ jobs:
181
run: cargo update --package gethostname --precise 1.0.1
182
- name: Pin last tracing-core release supporting our msrv of Rust 1.64
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
+ - 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