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.
ahash
1 parent 6dcee91 commit 3b6c81dCopy full SHA for 3b6c81d
.github/workflows/rust.yml
@@ -47,6 +47,7 @@ jobs:
47
cargo update -p reqwest --precise "0.11.20" --verbose # reqwest 0.11.21 broke 1.63.0 MSRV
48
cargo update -p regex --precise "1.9.6" --verbose # regex 1.10.0 requires rustc 1.65.0
49
cargo update -p home --precise "0.5.5" --verbose # home v0.5.9, requires rustc 1.70 or newer
50
+ cargo update -p ahash@0.8.8 --precise "0.8.6" --verbose # ahash v0.8.7 is broken and v0.8.8 requires rustc 1.72.0
51
- name: Set RUSTFLAGS to deny warnings
52
if: "matrix.toolchain == 'stable'"
53
run: echo "RUSTFLAGS=-D warnings" >> "$GITHUB_ENV"
0 commit comments