Skip to content

Commit 903356e

Browse files
authored
Bump ahash to 0.8.7 for -Zminimal-versions (#343)
1 parent 3aaf771 commit 903356e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ multithreaded = ["dashmap", "crossbeam-utils", "crossbeam-channel"]
2727
nameattr = ["indexmap"]
2828

2929
[dependencies]
30-
ahash = "0.8"
30+
ahash = "0.8.7"
3131
crossbeam-utils = { version = "0.8", optional = true }
3232
crossbeam-channel = { version = "0.5", optional = true }
3333
dashmap = { version = "6.0.1", optional = true }

0 commit comments

Comments
 (0)