Skip to content

Commit

Permalink
fix: remove num feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Kindi-0 committed Mar 20, 2024
1 parent 32a696a commit 94ed313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 94ed313

Please sign in to comment.