Skip to content

Commit 11b97d3

Browse files
committed
Fix CI for hashbrown 0.12.1
1 parent 1149dcf commit 11b97d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
run: |
178178
set -x
179179
cargo update -p indexmap --precise 1.6.2
180-
cargo update -p hashbrown:0.12.0 --precise 0.9.1
180+
cargo update -p hashbrown:0.12.1 --precise 0.9.1
181181
PROJECTS=("." "examples/decorator" "examples/maturin-starter" "examples/setuptools-rust-starter" "examples/word-count")
182182
for PROJ in ${PROJECTS[@]}; do
183183
cargo update --manifest-path "$PROJ/Cargo.toml" -p parking_lot --precise 0.11.0

0 commit comments

Comments
 (0)