Skip to content

Commit c9e1145

Browse files
authored
Pin some dependencies for MSRV compatibilty. (#398)
1 parent fed52b2 commit c9e1145

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,10 @@ jobs:
373373
toolchain: ${{ matrix.rust }}
374374

375375
- name: Use specific dependency versions for Rust 1.63 compatibility.
376-
run: cargo update --package=once_cell --precise=1.20.3
376+
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
377380
378381
# Don't use --all-features because some of the features have dependencies
379382
# that don't work on newer Rust versions.

0 commit comments

Comments
 (0)