Skip to content

Commit 57ece53

Browse files
committed
Update Cargo.toml
1 parent ba01fc1 commit 57ece53

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,8 +20,8 @@ orx-iterable = { version = "1.1.1", default-features = false }
2020
[dev-dependencies]
2121
clap = { version = "4.5.27", features = ["derive"] }
2222
criterion = "0.5"
23-
rand = "0.9"
24-
rand_chacha = "0.9"
23+
rand = "0.8.5"
24+
rand_chacha = "0.3.1"
2525
test-case = "3.3.1"
2626

2727
[features]

0 commit comments

Comments
 (0)