Skip to content

Commit 335f2d7

Browse files
committed
Update approx to 0.5
1 parent 1a743f9 commit 335f2d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ byteorder = "1"
2020
fnv = "1"
2121
itertools = "0.11"
2222
murmur3 = "0.5"
23-
ndarray = "0.15"
23+
ndarray = { version = "0.15", features = ["approx-0_5"] }
2424
ordered-float = "4"
2525
rand = "0.8"
2626
rand_chacha = "0.3"
@@ -39,7 +39,7 @@ default = ["memmap"]
3939
memmap = ["memmap2"]
4040

4141
[dev-dependencies]
42-
approx = "0.4"
42+
approx = "0.5"
4343
criterion = "0.3"
4444
lazy_static = "1"
4545
maplit = "1"

0 commit comments

Comments
 (0)