Skip to content

Commit c5d8050

Browse files
authored
Merge pull request #252 from tnull/2024-02-drop-ahash-pin
Drop `ahash` pin
2 parents 769a2d2 + 1701548 commit c5d8050

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/rust.yml

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
cargo update -p proptest --precise "1.2.0" --verbose # proptest 1.3.0 requires rustc 1.64.0
5050
cargo update -p regex --precise "1.9.6" --verbose # regex 1.10.0 requires rustc 1.65.0
5151
cargo update -p home --precise "0.5.5" --verbose # home v0.5.9, requires rustc 1.70 or newer
52-
cargo update -p [email protected] --precise "0.8.6" --verbose # ahash v0.8.7 is broken and v0.8.8 requires rustc 1.72.0
5352
- name: Set RUSTFLAGS to deny warnings
5453
if: "matrix.toolchain == 'stable'"
5554
run: echo "RUSTFLAGS=-D warnings" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)