Skip to content

Commit 7e00328

Browse files
committed
chore(ci): pin hashbrown for MSRV job
1 parent 7829148 commit 7e00328

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

+1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ jobs:
116116
run: |
117117
cargo update -p tokio --precise 1.38.1
118118
cargo update -p tokio-util --precise 0.7.11
119+
cargo update -p hashbrown --precise 0.15.0
119120
120121
- name: Check
121122
run: cargo check --features full

0 commit comments

Comments
 (0)