This commit is contained in:
Michael Vines
2021-03-15 22:16:08 -07:00
committed by mergify[bot]
parent 5760cf0f41
commit a2eb655322
104 changed files with 469 additions and 469 deletions

View File

@ -12,8 +12,8 @@ edition = "2018"
[dependencies]
clap = "2.33.0"
rpassword = "4.0"
solana-remote-wallet = { path = "../remote-wallet", version = "1.7.0" }
solana-sdk = { path = "../sdk", version = "1.7.0" }
solana-remote-wallet = { path = "../remote-wallet", version = "=1.7.0" }
solana-sdk = { path = "../sdk", version = "=1.7.0" }
thiserror = "1.0.21"
tiny-bip39 = "0.8.0"
url = "2.1.0"