Skip to content

Commit

Permalink
Fix the CI for nightly + minimal crate versions
Browse files Browse the repository at this point in the history
- Unpin the proc-macro2 version.
  • Loading branch information
tatsuya6502 committed Nov 3, 2024
1 parent bc368f3 commit c84c857
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .ci_extras/pin-crate-vers-nightly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,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 c84c857

Please sign in to comment.