Skip to content

Commit 8a3654c

Browse files
committed
Bump minimum ahash version to 0.2.9
1 parent aecb361 commit 8a3654c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build = "build.rs"
1414

1515
[dependencies]
1616
# For the default hasher
17-
ahash = { version = "0.2", optional = true }
17+
ahash = { version = "0.2.9", optional = true }
1818

1919
# For external trait impls
2020
rayon = { version = "1.0", optional = true }

0 commit comments

Comments
 (0)