Skip to content

Commit

Permalink
secrecy: disable serde default features
Browse files Browse the repository at this point in the history
Originally from #1170
  • Loading branch information
tony-iqlusion authored Jul 17, 2024
1 parent 99b42b8 commit 9f2edfa
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 @@ -21,7 +21,7 @@ rust-version = "1.60"
zeroize = { version = "1.6", default-features = false, features = ["alloc"] }

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

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit 9f2edfa

Please sign in to comment.