From 8223ac60eea17bfef73470ee3ddb928b4513bc61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC=20=D0=9F=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=BE=D0=B2=20=5BArtyom=20Pavlov=5D?= Date: Mon, 19 Feb 2024 16:34:42 +0300 Subject: [PATCH] Tweak `disable_urandom_fallback` docs --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b0720a85..400e4c54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,8 @@ wasm-bindgen-test = "0.3.18" [features] # Implement std-only traits for getrandom::Error std = [] -# Disable `/dev/urandom` fallback for Linux targets (requires 4.17+ kernel) +# Disable `/dev/urandom` fallback for Linux targets +# (bumps minimum supported Linux kernel version to 4.17) disable_urandom_fallback = [] # Feature to enable fallback RDRAND-based implementation on x86/x86_64 rdrand = []