Skip to content

Commit 42b4140

Browse files
committed
Move rand dependency to tests
1 parent e567414 commit 42b4140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ rustdoc-args = ["--cfg", "docsrs"]
1818
default = []
1919

2020
[dependencies]
21-
rand = "0.9"
2221

2322
[dev-dependencies]
2423
criterion = "0.8"
24+
rand = "0.9"
2525

2626
[[bench]]
2727
name = "main"

0 commit comments

Comments
 (0)