Skip to content

Commit bd08cdd

Browse files
committed
updated Cargo.toml
1 parent 49aa09c commit bd08cdd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.lock

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

chacha20/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rand_core-compatible RNGs based on those ciphers.
2222
cfg-if = "1"
2323
cipher = { version = "0.5.0-rc.3", optional = true, features = ["stream-wrapper"] }
2424
# rand_core = { version = "0.10.0-rc-3", optional = true, default-features = false }
25-
rand_core = { path = "../../rand_core", optional = true, default-features = false}
25+
rand_core = { git = "https://github.com/rust-random/rand_core", branch = "push-xzmlvzwurnrl", optional = true, default-features = false}
2626

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

0 commit comments

Comments
 (0)