Skip to content

Commit

Permalink
chore: make serde feature explicit
Browse files Browse the repository at this point in the history
This makes the `serde` feature more clearly part of the public API.
  • Loading branch information
eopb committed Mar 23, 2024
1 parent 240f5e4 commit aac64a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ default = ["std"]
# impl std::error::Error for Secret<E> where E: Error
std = []
fake = ["dep:fake", "dep:rand"]
serde = ["dep:serde"]

[dependencies]
fake = { version = "2.5", optional = true, default-features = false }
Expand Down

0 comments on commit aac64a7

Please sign in to comment.