Skip to content

Commit bfd79c3

Browse files
authored
chacha20: use rand_core v0.10.0-rc-2 crate release (#479)
cc @dhardy
1 parent 0e3296d commit bfd79c3

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,3 @@ members = [
1010

1111
[profile.dev]
1212
opt-level = 2
13-
14-
[patch.crates-io]
15-
# TODO: remove after rand_core v0.10.0-rc.1 is released
16-
rand_core = { git = "https://github.com/rust-random/rand", branch = "push-spqltotzmryv" }

chacha20/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ rand_core-compatible RNGs based on those ciphers.
2121
[dependencies]
2222
cfg-if = "1"
2323
cipher = { version = "0.5.0-rc.1", optional = true, features = ["stream-wrapper"] }
24-
rand_core = { version = "0.10.0-rc.1", optional = true, default-features = false }
24+
rand_core = { version = "0.10.0-rc-2", optional = true, default-features = false }
2525

2626
# `zeroize` is an explicit dependency because this crate may be used without the `cipher` crate
2727
zeroize = { version = "1.8.1", optional = true, default-features = false }

0 commit comments

Comments
 (0)