Skip to content

Commit

Permalink
Merge pull request #304 from serprex/master
Browse files Browse the repository at this point in the history
Update siphasher to 1.0
  • Loading branch information
JohnTitor committed Dec 30, 2023
2 parents 0a281e1 + 7e0482e commit 999e6a2
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 = "1"
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 999e6a2

Please sign in to comment.