Skip to content

Commit

Permalink
ci: pin hashbrown for msrv job (#2488)
Browse files Browse the repository at this point in the history
* ci: pin hashbrown for msrv job

* ci: specify hashbrown@0.15.2
  • Loading branch information
caojen authored Nov 29, 2024
1 parent e2d4b14 commit 4367d30
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 @@ -298,6 +298,7 @@ jobs:
cargo update -p tokio --precise 1.29.1
cargo update -p tokio-util --precise 0.7.11
cargo update -p idna_adapter --precise 1.1.0
cargo update -p hashbrown@0.15.2 --precise 0.15.0
- uses: Swatinem/rust-cache@v2

Expand Down

0 comments on commit 4367d30

Please sign in to comment.