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 `dashmap` to v5.4.0 so it will compile.
  • Loading branch information
tatsuya6502 committed Jul 29, 2023
1 parent 9e169db commit aba4f0a
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 @@ -3,4 +3,5 @@
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

0 comments on commit aba4f0a

Please sign in to comment.