Skip to content

Commit

Permalink
API: Bump approx to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bluss committed Nov 28, 2020
1 parent 5cf7572 commit ad002c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -34,7 +34,7 @@ num-complex = { version = "0.3", default-features = false }

rayon = { version = "1.0.3", optional = true }

approx = { version = "0.3.2", optional = true }
approx = { version = "0.4", optional = true }

# Use via the `blas` crate feature!
cblas-sys = { version = "0.1.4", optional = true, default-features = false }
Expand All @@ -47,7 +47,7 @@ rawpointer = { version = "0.2" }
[dev-dependencies]
defmac = "0.2"
quickcheck = { version = "0.9", default-features = false }
approx = "0.3.2"
approx = "0.4"
itertools = { version = "0.9.0", default-features = false, features = ["use_std"] }

[features]
Expand Down
2 changes: 1 addition & 1 deletion blas-tests/Cargo.toml
Expand Up @@ -8,7 +8,7 @@ publish = false
test = false

[dev-dependencies]
approx = "0.3.2"
approx = "0.4"
ndarray = { path = "../", features = ["approx", "blas"] }
blas-src = { version = "0.6.1", default-features = false, features = ["openblas"] }
openblas-src = { version = "0.9.0", default-features = false, features = ["cblas", "system"] }
Expand Down

0 comments on commit ad002c7

Please sign in to comment.