We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0d9feb commit 8ecad23Copy full SHA for 8ecad23
.github/workflows/CI.yml
@@ -91,6 +91,7 @@ jobs:
91
run: |
92
cargo update --package tokio --precise 1.38.1
93
cargo update --package tokio-util --precise 0.7.11
94
+ cargo update --package hashbrown --precise 0.15.0
95
96
- run: cargo check -p h2
97
0 commit comments