Skip to content

Commit

Permalink
Merge pull request #1 from eranrund/no_std
Browse files Browse the repository at this point in the history
no_std fix
  • Loading branch information
DaniPopes authored Aug 16, 2023
2 parents 554596b + 797eb0b commit f7c7858
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 }
hex = { version = ">=0.4.2", optional = true, default-features = false, features = ["alloc"] }
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 f7c7858

Please sign in to comment.