Skip to content

Commit

Permalink
API: Update num-complex to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bluss committed Mar 25, 2021
1 parent 175b8f8 commit 888c160
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 @@ -28,7 +28,7 @@ test = true
[dependencies]
num-integer = { version = "0.1.39", default-features = false }
num-traits = { version = "0.2", default-features = false }
num-complex = { version = "0.3", default-features = false }
num-complex = { version = "0.4", default-features = false }

# Use via the `rayon` crate feature!
rayon_ = { version = "1.0.3", optional = true, package = "rayon" }
Expand Down

0 comments on commit 888c160

Please sign in to comment.