Skip to content

Commit e1ffdf6

Browse files
committed
Tweak description of the disable_urandom_fallback feature
1 parent 985b5eb commit e1ffdf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ wasm-bindgen-test = "0.3.18"
3232
[features]
3333
# Implement std-only traits for getrandom::Error
3434
std = []
35-
# Disable `/dev/urandom` fallback for Linux targets
36-
# (bumps minimum supported Linux kernel version to 4.17)
35+
# Disable `/dev/urandom` fallback for Linux and Android targets.
36+
# Bumps minimum supported Linux kernel version to 3.17 and Android API level to 23 (Marshmallow).
3737
disable_urandom_fallback = []
3838
# Feature to enable fallback RDRAND-based implementation on x86/x86_64
3939
rdrand = []

0 commit comments

Comments
 (0)