Update dalek (v1.1 bp) (#9765)
* Disable Move/Libra components * Update dalek version Co-authored-by: Trent Nelson <trent@solana.com>
This commit is contained in:
@@ -16,10 +16,10 @@ crate-type = ["staticlib"]
|
||||
bincode = "1.2.1"
|
||||
bs58 = "0.3.0"
|
||||
libc = "0.2.68"
|
||||
rand_chacha = "0.1.1"
|
||||
rand_core = { version = ">=0.2, <0.4", default-features = false }
|
||||
rand_chacha = "0.2.2"
|
||||
rand_core = { version = "0.5", default-features = false }
|
||||
solana-sdk = { path = "../sdk", version = "1.1.8" }
|
||||
ed25519-dalek = "1.0.0-pre.1"
|
||||
ed25519-dalek = "1.0.0-pre.3"
|
||||
|
||||
[build-dependencies]
|
||||
cbindgen = "0.13.2"
|
||||
|
Reference in New Issue
Block a user