Skip to content

Commit

Permalink
chore(ci): Use hashbrown 0.15.0 in MSRV check
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Nov 4, 2024
1 parent 753aab2 commit 80c1ad3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
cargo update
cargo update --package tokio --precise 1.38.1
cargo update --package tokio-util --precise 0.7.11
cargo update --package hashbrown --precise 0.15.0
- run: cargo check --features full

miri:
Expand Down

0 comments on commit 80c1ad3

Please sign in to comment.