mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Remove unnecessary rand_core getrandom feature.
This commit is contained in:
parent
e870a3d8d6
commit
6be61f178b
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ features = ["nightly", "reusable_secrets", "serde"]
|
|||
|
||||
[dependencies]
|
||||
curve25519-dalek = { version = "3", default-features = false }
|
||||
rand_core = { version = "0.6", default-features = false, features = ["getrandom"] }
|
||||
rand_core = { version = "0.6", default-features = false }
|
||||
# `serde` is renamed to `our_serde` in order to avoid a name collision between
|
||||
# importing the serde dependency and enabling the curve25519-dalek/serde feature
|
||||
our_serde = { package = "serde", version = "1", default-features = false, optional = true, features = ["derive"] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue