Skip to content

Commit

Permalink
Dont use serde default features
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Doron <jond@wiz.io>
  • Loading branch information
arilou committed Jan 14, 2025
1 parent 8e974f2 commit d85c937
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 @@ -27,7 +27,7 @@ serde = ["dep:serde"]

[dependencies]
bitstring = { version = "0.2.0", optional = true, features = ["net"] }
serde = { version = "1.0.27", optional = true }
serde = { version = "1.0.27", default-features = false, features = ["alloc"], optional = true }

[dev-dependencies]
serde_test = "1.0.27"
Expand Down

0 comments on commit d85c937

Please sign in to comment.