We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1149dcf commit 11b97d3Copy full SHA for 11b97d3
.github/workflows/ci.yml
@@ -177,7 +177,7 @@ jobs:
177
run: |
178
set -x
179
cargo update -p indexmap --precise 1.6.2
180
- cargo update -p hashbrown:0.12.0 --precise 0.9.1
+ cargo update -p hashbrown:0.12.1 --precise 0.9.1
181
PROJECTS=("." "examples/decorator" "examples/maturin-starter" "examples/setuptools-rust-starter" "examples/word-count")
182
for PROJ in ${PROJECTS[@]}; do
183
cargo update --manifest-path "$PROJ/Cargo.toml" -p parking_lot --precise 0.11.0
0 commit comments