Skip to content

Commit

Permalink
Tweak description of the disable_urandom_fallback feature
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Feb 21, 2024
1 parent 985b5eb commit e1ffdf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ wasm-bindgen-test = "0.3.18"
[features]
# Implement std-only traits for getrandom::Error
std = []
# Disable `/dev/urandom` fallback for Linux targets
# (bumps minimum supported Linux kernel version to 4.17)
# Disable `/dev/urandom` fallback for Linux and Android targets.
# Bumps minimum supported Linux kernel version to 3.17 and Android API level to 23 (Marshmallow).
disable_urandom_fallback = []
# Feature to enable fallback RDRAND-based implementation on x86/x86_64
rdrand = []
Expand Down

0 comments on commit e1ffdf6

Please sign in to comment.