We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed52b2 commit c9e1145Copy full SHA for c9e1145
.github/workflows/main.yml
@@ -373,7 +373,10 @@ jobs:
373
toolchain: ${{ matrix.rust }}
374
375
- name: Use specific dependency versions for Rust 1.63 compatibility.
376
- run: cargo update --package=once_cell --precise=1.20.3
+ run: |
377
+ cargo update --package=once_cell --precise=1.20.3
378
+ cargo update --package=async-io --precise=2.5.0
379
+ cargo update --package=polling --precise=3.10.0
380
381
# Don't use --all-features because some of the features have dependencies
382
# that don't work on newer Rust versions.
0 commit comments