unfork dalek ed25519 (#6776)

This commit is contained in:
Rob Walker
2019-11-07 17:08:10 -08:00
committed by GitHub
parent 20a52f153b
commit b64b54f48f
16 changed files with 105 additions and 91 deletions

View File

@@ -21,7 +21,7 @@ default = [
"rand_chacha",
"rayon",
"serde_json",
"solana-ed25519-dalek",
"ed25519-dalek",
"solana-logger",
"untrusted",
"solana-crate-features"
@@ -48,7 +48,7 @@ serde_bytes = "0.11"
serde_derive = "1.0.102"
serde_json = { version = "1.0.41", optional = true }
sha2 = "0.8.0"
solana-ed25519-dalek = { version = "0.2.0", optional = true }
ed25519-dalek = { version = "1.0.0-pre.1", optional = true }
solana-logger = { path = "../logger", version = "0.21.0", optional = true }
untrusted = { version = "0.7.0", optional = true }
solana-crate-features = { path = "../crate-features", version = "0.21.0", optional = true }