update cargo to include ed25519_dalek

This commit is contained in:
Sam Kim
2021-10-12 10:38:31 -04:00
committed by Michael Vines
parent 30702dcdee
commit ee6a13ef6f
2 changed files with 3 additions and 1 deletions

View File

@ -14,6 +14,8 @@ bytemuck = { version = "1.7.2", features = ["derive"] }
num-derive = "0.3" num-derive = "0.3"
num-traits = "0.2" num-traits = "0.2"
solana-program = "=1.7.15" solana-program = "=1.7.15"
solana-sdk = "=1.7.15"
ed25519-dalek = { version = "=1.0.1" }
[target.'cfg(not(target_arch = "bpf"))'.dependencies] [target.'cfg(not(target_arch = "bpf"))'.dependencies]
arrayref = "0.3.6" arrayref = "0.3.6"