Update dalek version
This commit is contained in:
committed by
Trent Nelson
parent
3d40ca86b0
commit
eb24f3df84
@ -16,10 +16,10 @@ crate-type = ["staticlib"]
|
||||
bincode = "1.2.1"
|
||||
bs58 = "0.3.1"
|
||||
libc = "0.2.69"
|
||||
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.2.0" }
|
||||
ed25519-dalek = "1.0.0-pre.1"
|
||||
ed25519-dalek = "1.0.0-pre.3"
|
||||
|
||||
[build-dependencies]
|
||||
cbindgen = "0.14.1"
|
||||
|
Reference in New Issue
Block a user