Skip to content

Commit 87c9be0

Browse files
authored
ci: pin hashbrown for msrv job (#814)
1 parent 848885b commit 87c9be0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

+2
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ jobs:
9292
run: |
9393
cargo update --package tokio --precise 1.38.1
9494
cargo update --package tokio-util --precise 0.7.11
95+
cargo update --package hashbrown --precise 0.15.0
96+
9597
9698
- run: cargo check -p h2
9799

0 commit comments

Comments
 (0)