Skip to content

Commit

Permalink
Update hashbrown and switch to foldhash (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
thaliaarchi authored Oct 24, 2024
1 parent 02b95aa commit 07e5d26
Show file tree
Hide file tree
Showing 4 changed files with 174 additions and 102 deletions.
235 changes: 143 additions & 92 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ default = []
global = []

[dependencies]
ahash = { version = "0.7.6", default-features = false }
hashbrown = "0.12"
hashbrown = "0.15"
serde = { version = "1", optional = true, features = ["derive"] }
crossbeam-utils = "0.8.4"
foldhash = "0.1.3"

[dev-dependencies]
serde_json = "1.0"
Expand Down
Loading

0 comments on commit 07e5d26

Please sign in to comment.