Skip to content

Commit

Permalink
crypto-common: weakly activate std features for RNG crates (#1383)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Nov 12, 2023
1 parent b6b591e commit 137a26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ getrandom = { version = "0.2", optional = true }

[features]
getrandom = ["dep:getrandom", "rand_core?/getrandom"]
std = []
std = ["getrandom?/std", "rand_core?/std"]

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

0 comments on commit 137a26f

Please sign in to comment.