diff --git a/Cargo.toml b/Cargo.toml index 9abb8a78a..2ed437415 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 = []