Skip to content

Commit

Permalink
Fix the CI for the MSRV 1.65.0
Browse files Browse the repository at this point in the history
- Pin `tokio` version to `1.38.1`.
  • Loading branch information
tatsuya6502 committed Aug 18, 2024
1 parent b48cc0f commit 8854bb1
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 @@ -6,3 +6,4 @@ set -eux
# cargo update -p <crate> --precise <version>
cargo update -p actix-rt --precise 2.9.0
cargo update -p cc --precise 1.0.105
cargo update -p tokio --precise 1.38.1

0 comments on commit 8854bb1

Please sign in to comment.