diff --git a/Cargo.toml b/Cargo.toml index 03690e9..55291f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,8 +29,7 @@ path = "src/lib.rs" unstable = [] default = ["std"] fuzztarget = [] -std = [] -rand-std = ["rand/std"] +std = ["rand/std"] recovery = [] endomorphism = [] lowmemory = []