Merge pull request #2352 from PyO3/davidhewitt-patch-1

Fix CI for hashbrown 0.12.1
This commit is contained in:
David Hewitt 2022-05-03 07:00:42 +01:00 committed by GitHub
commit 0d807fcb10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,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