diff --git a/Cargo.toml b/Cargo.toml index ed4b4e17..ae490e20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ std = [ blake3 = { version = "1.5", default-features = false } clap = { version = "4.5", features = ["derive"], optional = true } getrandom = { version = "0.2", features = ["js"] } -num = { version = "0.4", default-features = false, features = ["alloc", "rand"] } +num = { version = "0.4", default-features = false, features = ["alloc"] } num-complex = { version = "0.4.4", default-features = false } rand = { version = "0.8", default-features = false, features = ["getrandom"] } rand_utils = { version = "0.8", package = "winter-rand-utils", optional = true }