Skip to content

Commit

Permalink
Remove "alloc" from default hex features
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Aug 16, 2023
1 parent f7c7858 commit 6cb64d9
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 @@ -18,7 +18,7 @@ rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
cfg-if = "1"
hex = { version = ">=0.4.2", optional = true, default-features = false, features = ["alloc"] }
hex = { version = ">=0.4.2", optional = true, default-features = false }
serde = { version = "1.0", optional = true, default-features = false }

[target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies]
Expand Down

0 comments on commit 6cb64d9

Please sign in to comment.