Skip to content

Commit

Permalink
Merge pull request #21 from cuviper/hash-table
Browse files Browse the repository at this point in the history
Convert to `hashbrown::HashTable`
  • Loading branch information
kyren committed Jan 9, 2024
2 parents d415cbe + df848f8 commit db2d230
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 db2d230

Please sign in to comment.