Skip to content

Commit 282475d

Browse files
committed
FIX version of rand_distr in numeric-tests
1 parent 26d1bc0 commit 282475d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numeric-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = false
88
approx = "0.4"
99
ndarray = { path = "..", features = ["approx"] }
1010
ndarray-rand = { path = "../ndarray-rand/" }
11-
rand_distr = "0.2.1"
11+
rand_distr = "0.3"
1212

1313
[dependencies.rand]
1414
version = "0.7.0"

0 commit comments

Comments
 (0)