Skip to content

Commit

Permalink
Merge pull request #149 from xu-cheng/no_std
Browse files Browse the repository at this point in the history
fix serde in no_std
  • Loading branch information
isislovecruft authored Oct 28, 2020
2 parents 95db7d8 + 6ce6519 commit 50b26f0
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 @@ -28,7 +28,7 @@ merlin = { version = "2", default-features = false, optional = true }
rand = { version = "0.7", default-features = false, optional = true }
rand_core = { version = "0.5", default-features = false, optional = true }
serde_crate = { package = "serde", version = "1.0", default-features = false, optional = true }
serde_bytes = { version = "0.11", optional = true }
serde_bytes = { version = "0.11", default-features = false, features = ["alloc"], optional = true }
sha2 = { version = "0.9", default-features = false }
zeroize = { version = "1", default-features = false, features = ["zeroize_derive"] }

Expand Down

0 comments on commit 50b26f0

Please sign in to comment.