Skip to content
This repository was archived by the owner on Jun 7, 2026. It is now read-only.

Commit dfc8081

Browse files
authored
Bump rand_core dependency to v0.10 (#7)
Also bumps `rustcrypto-ff` to v0.14.0-rc.0
1 parent 1be1a55 commit dfc8081

2 files changed

Lines changed: 12 additions & 13 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ homepage = "https://github.com/RustCrypto/group"
1616
repository = "https://github.com/RustCrypto/group"
1717

1818
[dependencies]
19-
chacha20 = { version = "0.10.0-rc.9", optional = true, default-features = false, features = ["rng"] }
20-
ff = { version = "=0.14.0-pre.1", package = "rustcrypto-ff", default-features = false }
21-
rand = { version = "0.10.0-rc.1", optional = true, default-features = false }
22-
rand_core = { version = "0.10.0-rc-6", default-features = false }
19+
chacha20 = { version = "0.10.0-rc.10", optional = true, default-features = false, features = ["rng"] }
20+
ff = { version = "0.14.0-rc.0", package = "rustcrypto-ff", default-features = false }
21+
rand = { version = "0.10.0-rc.8", optional = true, default-features = false }
22+
rand_core = { version = "0.10", default-features = false }
2323
#rand_xorshift = { version = "0.5.0-rc.0", optional = true }
2424
subtle = { version = "2.2.1", default-features = false }
2525

@@ -37,4 +37,3 @@ maintenance = { status = "actively-developed" }
3737

3838
[patch.crates-io.rand]
3939
git = "https://github.com/rust-random/rand"
40-
branch = "rand_core/v0.10.0-rc-6"

0 commit comments

Comments
 (0)