Skip to content

Commit

Permalink
Fix CI for hashbrown 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed May 15, 2022
1 parent 1149dcf commit 11b97d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -177,7 +177,7 @@ jobs:
run: |
set -x
cargo update -p indexmap --precise 1.6.2
cargo update -p hashbrown:0.12.0 --precise 0.9.1
cargo update -p hashbrown:0.12.1 --precise 0.9.1
PROJECTS=("." "examples/decorator" "examples/maturin-starter" "examples/setuptools-rust-starter" "examples/word-count")
for PROJ in ${PROJECTS[@]}; do
cargo update --manifest-path "$PROJ/Cargo.toml" -p parking_lot --precise 0.11.0
Expand Down

0 comments on commit 11b97d3

Please sign in to comment.