Skip to content

Commit

Permalink
Fix the CI for MSRV 1.60
Browse files Browse the repository at this point in the history
When testing the MSRV, downgrade `tokio` to v1.29.1, otherwise it will not compile.
  • Loading branch information
tatsuya6502 committed Aug 14, 2023
1 parent 974b115 commit 5b805d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci_extras/pin-crate-vers-msrv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ set -eux
# Pin some dependencies to specific versions for the MSRV.
cargo update -p dashmap --precise 5.4.0
cargo update -p tempfile --precise 3.6.0
cargo update -p tokio --precise 1.29.1

0 comments on commit 5b805d7

Please sign in to comment.