Skip to content

Commit e6963e3

Browse files
authored
Merge pull request #8 from rust-math/num-complex-0.4
Upgrade to num-complex 0.4, rand 0.8
2 parents 13af32c + bbccaf0 commit e6963e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories = ["algorithms"]
1212
license = "MIT"
1313

1414
[dependencies]
15-
num-complex = { version = "0.3.0", features = ["serde", "rand"] }
16-
num-traits = "0.2.12"
17-
rand = "0.7.3"
18-
serde = "1.0.113"
15+
num-complex = { version = "0.4.0", features = ["serde", "rand"] }
16+
num-traits = "0.2.14"
17+
rand = "0.8.3"
18+
serde = "1.0.124"

0 commit comments

Comments
 (0)