From b59f4ff589dec9cfebbe6b54feb936c6c72f04ec Mon Sep 17 00:00:00 2001 From: Elichai Turkel Date: Wed, 21 Aug 2019 20:16:11 -0400 Subject: [PATCH] Add a rand-std feature --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9abb8a7..2ed4374 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,8 @@ path = "src/lib.rs" unstable = [] default = ["std"] fuzztarget = [] -std = ["rand/std"] +std = [] +rand-std = ["rand/std"] recovery = [] endomorphism = [] lowmemory = []