From a24bd5f3ac1c1e997be5ad8218d00a0be11e1f8a Mon Sep 17 00:00:00 2001 From: Josiah Bills Date: Wed, 1 Sep 2021 23:58:40 -0400 Subject: [PATCH] Bumped approx's version number. --- Cargo.toml | 4 ++-- xtest-blas/Cargo.toml | 2 +- xtest-numeric/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 75875d619..187df8f13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ num-complex = { version = "0.4", default-features = false } # Use via the `rayon` crate feature! rayon_ = { version = "1.0.3", optional = true, package = "rayon" } -approx = { version = "0.4", optional = true , default-features = false } +approx = { version = "0.5", optional = true , default-features = false } # Use via the `blas` crate feature! cblas-sys = { version = "0.1.4", optional = true, default-features = false } @@ -47,7 +47,7 @@ rawpointer = { version = "0.2" } [dev-dependencies] defmac = "0.2" quickcheck = { version = "0.9", default-features = false } -approx = "0.4" +approx = "0.5" itertools = { version = "0.10.0", default-features = false, features = ["use_std"] } [features] diff --git a/xtest-blas/Cargo.toml b/xtest-blas/Cargo.toml index 463be6863..a3eb6a62d 100644 --- a/xtest-blas/Cargo.toml +++ b/xtest-blas/Cargo.toml @@ -8,7 +8,7 @@ publish = false test = false [dev-dependencies] -approx = "0.4" +approx = "0.5" defmac = "0.2" num-traits = "0.2" diff --git a/xtest-numeric/Cargo.toml b/xtest-numeric/Cargo.toml index 14bbd16ee..290f8edaa 100644 --- a/xtest-numeric/Cargo.toml +++ b/xtest-numeric/Cargo.toml @@ -5,7 +5,7 @@ authors = ["bluss"] publish = false [dependencies] -approx = "0.4" +approx = "0.5" ndarray = { path = "..", features = ["approx"] } ndarray-rand = { path = "../ndarray-rand/" } rand_distr = "0.4"