Skip to content

Commit

Permalink
chore: make serde feature explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
eopb committed Mar 23, 2024
1 parent 75e8d25 commit f41e25a
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 f41e25a

Please sign in to comment.