Skip to content

Commit fe009ee

Browse files
committed
TEMP: use rand_chacha
1 parent 8336923 commit fe009ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ exclude = ["benches", "distr_test"]
7676
rand_core = { version = "0.10.0-rc-2", default-features = false }
7777
log = { version = "0.4.4", optional = true }
7878
serde = { version = "1.0.103", features = ["derive"], optional = true }
79-
chacha20 = { version = "=0.10.0-rc.5", default-features = false, features = ["rng"], optional = true }
79+
chacha20 = { path = "rand_chacha", optional = true, package = "rand_chacha" }
8080
getrandom = { version = "0.3.0", optional = true }
8181

8282
[dev-dependencies]

0 commit comments

Comments
 (0)