Skip to content

Commit b1fe48f

Browse files
committed
Add rand_pcg as dev-dependency
1 parent f3a9f4c commit b1fe48f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ndarray-linalg/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ paste = "1.0.5"
5151
criterion = "0.3.4"
5252
# Keep the same version as ndarray's dependency!
5353
approx = { version = "0.4.0", features = ["num-complex"] }
54+
rand_pcg = "0.3.1"
5455

5556
[[bench]]
5657
name = "truncated_eig"

0 commit comments

Comments
 (0)