Skip to content

Commit

Permalink
Bump minimum ahash version to 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Aug 6, 2019
1 parent aecb361 commit 8a3654c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build = "build.rs"

[dependencies]
# For the default hasher
ahash = { version = "0.2", optional = true }
ahash = { version = "0.2.9", optional = true }

# For external trait impls
rayon = { version = "1.0", optional = true }
Expand Down

0 comments on commit 8a3654c

Please sign in to comment.