Skip to content

Commit

Permalink
Upgrade to num-complex 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
termoshtt committed Jun 20, 2020
1 parent e4e94a2 commit d357da9
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions Cargo.toml
Expand Up @@ -12,12 +12,7 @@ categories = ["algorithms"]
license = "MIT"

[dependencies]
num-traits = "0.2"
serde = "1"
rand = "0.7"

[dependencies.num-complex]
git = "http://github.com/rust-num/num-complex"
rev = "7fb4f1c0f0f0d293c18df8d5b2b03362605b3862"
version = "0.3.0-pre"
features = ["serde", "rand"]
num-complex = { version = "0.3.0", features = ["serde", "rand"] }
num-traits = "0.2.12"
rand = "0.7.3"
serde = "1.0.113"

0 comments on commit d357da9

Please sign in to comment.