diff --git a/Cargo.toml b/Cargo.toml index 7775822..ff4da39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"