Skip to content

Commit

Permalink
nudge
Browse files Browse the repository at this point in the history
  • Loading branch information
CriesofCarrots committed Feb 4, 2020
1 parent d650cac commit 45c6f43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions remote-wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ homepage = "https://solana.com/"
[dependencies]
base32 = "0.4.0"
dialoguer = "0.5.0"
hidapi = "1.1.1"
hidapi = { version = "1.1.1", default-features = false, features = ["linux-static-hidraw"] }
log = "0.4.8"
parking_lot = "0.7"
rusb = "0.5.5"
semver = "0.9"
solana-sdk = { path = "../sdk", version = "0.24.0" }
thiserror = "1.0"
Expand Down

0 comments on commit 45c6f43

Please sign in to comment.