Skip to content

Commit dae16a7

Browse files
committed
Bump rand and rand_core to v0.10
1 parent d51e90f commit dae16a7

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Cargo.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ rust-version = "1.85"
1212
[dependencies]
1313
crypto-bigint = { version = "0.7.0-rc.22", default-features = false, features = ["rand_core"] }
1414
libm = { version = "0.2.13", default-features = false, features = ["arch"] }
15-
rand_core = { version = "0.10.0-rc-6", default-features = false }
15+
rand_core = { version = "0.10", default-features = false }
1616
rayon = { version = "1", optional = true, default-features = false }
1717

1818
# Optional dependencies used in tests and benchmarks
@@ -21,7 +21,7 @@ rug = { version = "1.26", optional = true, default-features = false, features =
2121
glass_pumpkin = { version = "1", optional = true }
2222

2323
[dev-dependencies]
24-
rand = { version = "0.10.0-rc.7", features = ["chacha"] }
24+
rand = { version = "0.10", features = ["chacha"] }
2525
# need `crypto-bigint` with `alloc` to test `BoxedUint`
2626
crypto-bigint = { version = "0.7.0-pre.22", default-features = false, features = ["alloc"] }
2727
criterion = { version = "0.5", features = ["html_reports"] }
@@ -61,7 +61,3 @@ harness = false
6161
[[bench]]
6262
name = "cctv"
6363
harness = false
64-
65-
[patch.crates-io.rand]
66-
git = "https://github.com/rust-random/rand"
67-
branch = "rand_core/v0.10.0-rc-6"

0 commit comments

Comments
 (0)