Skip to content

Commit 189a0e8

Browse files
authored
chore(deps): bump rand to 0.10.0-rc.7 (#109)
1 parent 278aa9a commit 189a0e8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.6", features = ["chacha"] }
24+
rand = { version = "0.10.0-rc.7", features = ["chacha"] }
2525
# need `crypto-bigint` with `alloc` to test `BoxedUint`
2626
crypto-bigint = { version = "0.7.0-pre.21", default-features = false, features = ["alloc"] }
2727
criterion = { version = "0.5", features = ["html_reports"] }
@@ -61,6 +61,3 @@ harness = false
6161
[[bench]]
6262
name = "cctv"
6363
harness = false
64-
65-
[patch.crates-io]
66-
rand = { git = "https://github.com/rust-random/rand.git" }

0 commit comments

Comments
 (0)