We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8336923 commit fe009eeCopy full SHA for fe009ee
Cargo.toml
@@ -76,7 +76,7 @@ exclude = ["benches", "distr_test"]
76
rand_core = { version = "0.10.0-rc-2", default-features = false }
77
log = { version = "0.4.4", optional = true }
78
serde = { version = "1.0.103", features = ["derive"], optional = true }
79
-chacha20 = { version = "=0.10.0-rc.5", default-features = false, features = ["rng"], optional = true }
+chacha20 = { path = "rand_chacha", optional = true, package = "rand_chacha" }
80
getrandom = { version = "0.3.0", optional = true }
81
82
[dev-dependencies]
0 commit comments