From 7cf36c488d80c116faada387660d0e8e9f71c2d7 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 26 Nov 2020 21:32:51 +0000 Subject: [PATCH] Revert "hidapi 1.2.4 is broken, lock version to 1.2.3" (#13831) This reverts commit 9dc9a1ef6cabc1526e94a9343ef8fe96e098a31c. (cherry picked from commit 761499dfbfdafe159f54a700447fbb354709d325) Co-authored-by: Michael Vines --- remote-wallet/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote-wallet/Cargo.toml b/remote-wallet/Cargo.toml index dd59aa07b5..0ac4beae77 100644 --- a/remote-wallet/Cargo.toml +++ b/remote-wallet/Cargo.toml @@ -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" }