Skip to content

Commit

Permalink
ci: pin hashbrown for msrv job (#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar authored Nov 11, 2024
1 parent 848885b commit 87c9be0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ jobs:
run: |
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 -p h2

Expand Down

0 comments on commit 87c9be0

Please sign in to comment.