Skip to content

Commit

Permalink
drop default features of hashbrown
Browse files Browse the repository at this point in the history
  • Loading branch information
knickish committed May 27, 2024
1 parent 5475868 commit 7f28eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ ron = []
no_std = ["dep:hashbrown"]

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

0 comments on commit 7f28eb8

Please sign in to comment.