Skip to content

Commit

Permalink
Convert to hashbrown::HashTable
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Jan 7, 2024
1 parent d415cbe commit df848f8
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 166 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -17,7 +17,7 @@ circle-ci = { repository = "kyren/hashlink", branch = "master" }
serde_impl = ["serde"]

[dependencies]
hashbrown = "0.14"
hashbrown = "0.14.2"
serde = { version = "1.0", default-features = false, optional = true }

[dev-dependencies]
Expand Down

0 comments on commit df848f8

Please sign in to comment.