hidapi 1.2.4 is broken, lock version to 1.2.3

This commit is contained in:
Michael Vines 2020-11-25 23:56:59 -08:00 committed by mergify[bot]
parent 43b82b31e5
commit 9dc9a1ef6c
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ homepage = "https://solana.com/"
base32 = "0.4.0"
console = "0.11.3"
dialoguer = "0.6.2"
hidapi = { version = "1.2.3", default-features = false }
hidapi = { version = "=1.2.3", default-features = false }
log = "0.4.8"
num-derive = { version = "0.3" }
num-traits = { version = "0.2" }