Skip to content

Commit

Permalink
build: remove unnecessary allocator-api2 dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed May 2, 2024
1 parent 24b87fe commit bf20dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ circle-ci = { repository = "kyren/hashlink", branch = "master" }
serde_impl = ["serde"]

[dependencies]
hashbrown = "0.14.3"
hashbrown = { version = "0.14.3", default-features = false, features = ["ahash", "inline-more"] }
serde = { version = "1.0", default-features = false, optional = true }

[dev-dependencies]
Expand Down

0 comments on commit bf20dc2

Please sign in to comment.