We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87506b8 commit 876b4b1Copy full SHA for 876b4b1
Cargo.toml
@@ -33,7 +33,7 @@ num-complex = { version = "0.4", default-features = false }
33
# Use via the `rayon` crate feature!
34
rayon_ = { version = "1.0.3", optional = true, package = "rayon" }
35
36
-approx = { version = "0.4", optional = true , default-features = false }
+approx = { version = "0.5", optional = true , default-features = false }
37
38
# Use via the `blas` crate feature!
39
cblas-sys = { version = "0.1.4", optional = true, default-features = false }
0 commit comments