Ledger key path rework (#8453)

automerge
This commit is contained in:
Tyera Eulberg
2020-02-25 17:41:21 -07:00
committed by GitHub
parent 004f1d5aed
commit 6b99ab3a57
7 changed files with 186 additions and 67 deletions

View File

@@ -17,6 +17,7 @@ parking_lot = "0.10"
semver = "0.9"
solana-sdk = { path = "../sdk", version = "1.1.0" }
thiserror = "1.0"
url = "2.1.1"
[features]
default = ["linux-static-hidraw"]