Skip to content

Commit c3034ef

Browse files
committed
Bump dependencies of benches
1 parent 9047dda commit c3034ef

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

benches/Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

benches/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ simd_support = ["rand/simd_support"]
1313
[dev-dependencies]
1414
rand = { path = ".." }
1515
rand_pcg = { path = "../rand_pcg" }
16-
chacha20 = { version = "0.10.0-rc.11", default-features = false, features = ["rng"] }
16+
chacha20 = { version = "0.10.0", default-features = false, features = ["rng"] }
1717
criterion = "0.5"
1818
criterion-cycles-per-byte = "0.6"
1919

0 commit comments

Comments
 (0)