Add hidapi feature in remote-wallet

This commit is contained in:
Eric Warehime
2021-12-06 14:32:59 -08:00
committed by Trent Nelson
parent e291342c4a
commit b635073829
6 changed files with 54 additions and 32 deletions

View File

@@ -13,7 +13,7 @@ edition = "2021"
clap = "2.33.0"
rpassword = "5.0"
solana-perf = { path = "../perf", version = "=1.10.0" }
solana-remote-wallet = { path = "../remote-wallet", version = "=1.10.0" }
solana-remote-wallet = { path = "../remote-wallet", version = "=1.10.0", default-features = false}
solana-sdk = { path = "../sdk", version = "=1.10.0" }
thiserror = "1.0.30"
tiny-bip39 = "0.8.2"