Skip to content

Commit a24bd5f

Browse files
committed
Bumped approx's version number.
1 parent 87506b8 commit a24bd5f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ num-complex = { version = "0.4", default-features = false }
3333
# Use via the `rayon` crate feature!
3434
rayon_ = { version = "1.0.3", optional = true, package = "rayon" }
3535

36-
approx = { version = "0.4", optional = true , default-features = false }
36+
approx = { version = "0.5", optional = true , default-features = false }
3737

3838
# Use via the `blas` crate feature!
3939
cblas-sys = { version = "0.1.4", optional = true, default-features = false }
@@ -47,7 +47,7 @@ rawpointer = { version = "0.2" }
4747
[dev-dependencies]
4848
defmac = "0.2"
4949
quickcheck = { version = "0.9", default-features = false }
50-
approx = "0.4"
50+
approx = "0.5"
5151
itertools = { version = "0.10.0", default-features = false, features = ["use_std"] }
5252

5353
[features]

xtest-blas/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = false
88
test = false
99

1010
[dev-dependencies]
11-
approx = "0.4"
11+
approx = "0.5"
1212
defmac = "0.2"
1313
num-traits = "0.2"
1414

xtest-numeric/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["bluss"]
55
publish = false
66

77
[dependencies]
8-
approx = "0.4"
8+
approx = "0.5"
99
ndarray = { path = "..", features = ["approx"] }
1010
ndarray-rand = { path = "../ndarray-rand/" }
1111
rand_distr = "0.4"

0 commit comments

Comments
 (0)