Skip to content

Commit

Permalink
secrecy: Disable default features on serde to allow no_std builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ongardie committed Aug 15, 2023
1 parent 038ef52 commit 6ab5904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secrecy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ zeroize = { version = "1.6", default-features = false }

# optional dependencies
bytes = { version = "1", optional = true }
serde = { version = "1", optional = true }
serde = { version = "1", default-features = false, optional = true }

[features]
default = ["alloc"]
Expand Down

0 comments on commit 6ab5904

Please sign in to comment.