Skip to content

Commit

Permalink
Update siphasher to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Dec 29, 2023
1 parent 0a281e1 commit e1ce017
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
@@ -1,4 +1,5 @@
[workspace]
resolver = "2"
members = [
"phf",
"phf/examples/unicase-example",
Expand Down
2 changes: 1 addition & 1 deletion phf_shared/Cargo.toml
Expand Up @@ -20,6 +20,6 @@ default = ["std"]
std = []

[dependencies]
siphasher = "0.3"
siphasher = "1.0"
unicase = { version = "2.4.0", optional = true }
uncased = { version = "0.9.9", optional = true, default-features = false }

0 comments on commit e1ce017

Please sign in to comment.