Skip to content

Commit fb0a938

Browse files
committed
Bump minimum ahash version to 0.2.11
1 parent aecb361 commit fb0a938

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
@@ -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.11", optional = true }
1818

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

0 commit comments

Comments
 (0)