Skip to content

Commit

Permalink
Fix the CI for nightly + minimal crate versions
Browse files Browse the repository at this point in the history
- Pin `ahash` to v0.8.7.
  • Loading branch information
tatsuya6502 committed Feb 10, 2024
1 parent 9a6a856 commit c6427b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci_extras/pin-crate-vers-nightly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ set -eux

# Pin some dependencies to specific versions for the nightly toolchain.
cargo update -p proc-macro2 --precise 1.0.63
# https://github.com/tkaitchuck/aHash/issues/200
cargo update -p ahash --precise 0.8.7

0 comments on commit c6427b8

Please sign in to comment.