Skip to content

Commit 1983671

Browse files
author
mejrs
committed
Try fix hashbrown version on msrv
1 parent 984fdf5 commit 1983671

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
@@ -181,7 +181,7 @@ jobs:
181181
run: |
182182
set -x
183183
cargo update -p indexmap --precise 1.6.2
184-
cargo update -p hashbrown:0.12.2 --precise 0.9.1
184+
cargo update -p hashbrown:0.12.3 --precise 0.9.1
185185
PROJECTS=("." "examples/decorator" "examples/maturin-starter" "examples/setuptools-rust-starter" "examples/word-count")
186186
for PROJ in ${PROJECTS[@]}; do
187187
cargo update --manifest-path "$PROJ/Cargo.toml" -p parking_lot --precise 0.11.0

0 commit comments

Comments
 (0)