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