summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-11-24 11:57:38 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-11-24 13:08:06 +0100
commit3c73fe5152557048c5ed8f10efeeec4f080b356b (patch)
tree2e1b722952d026e7ccff27d67b45a1475ff3ea22
parentb21f22daa452f98845ab9c0ad0cf4b36bbe31251 (diff)
openpgp: Drop comment.
- We generate Ed25519 keys, that requires the `rand` feature.
-rw-r--r--openpgp/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index 20f48737..41f7e955 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -47,7 +47,6 @@ unicode-normalization = "0.1.9"
[target.'cfg(windows)'.dependencies]
win-crypto-ng = { version = "0.2", features = ["rand"], optional = true }
num-bigint-dig = { version = "0.6", default-features = false, optional = true }
-# rand feature is unnecessarily required, see https://github.com/dalek-cryptography/ed25519-dalek/pull/139
ed25519-dalek = { version = "1", default-features = false, features = ["rand", "u64_backend"], optional = true }
winapi = { version = "0.3", default-features = false, features = ["bcrypt"], optional = true }