Skip to content

Commit 01e4179

Browse files
authored
ed25519: remove rand_core dev-dependency (#1325)
It's out-of-date and seemingly unused, possibly tied to the interop documentation which is currently disabled, but we can cross that bridge when we get there
1 parent 3c97f39 commit 01e4179

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ed25519/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ zerocopy = { version = "0.8", optional = true, features = ["derive"] }
3030
#ed25519-dalek = { version = "2", features = ["rand_core"] }
3131
hex-literal = "1"
3232
#ring-compat = { version = "0.8", default-features = false, features = ["signature"] }
33-
rand_core = { version = "0.9", features = ["std"] }
3433

3534
[features]
3635
default = ["alloc"]

0 commit comments

Comments
 (0)