hidapi 1.2.4 is broken, lock version to 1.2.3 (#13826)

(cherry picked from commit 9dc9a1ef6c)

Co-authored-by: Michael Vines <mvines@gmail.com>
This commit is contained in:
mergify[bot]
2020-11-26 10:30:25 +00:00
committed by GitHub
parent f5eb5a3ba6
commit 89c39d0be1

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" }