Skip to content

Commit

Permalink
Merge pull request #50 from eopb/push-yuxkprtpzsml
Browse files Browse the repository at this point in the history
chore: make `serde` feature explicit
  • Loading branch information
eopb authored Mar 23, 2024
2 parents 240f5e4 + aac64a7 commit dfb27b4
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 dfb27b4

Please sign in to comment.