From fdd34d1ac10e37b3e0683a3c716665f50684596b Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Mon, 27 Mar 2017 23:32:24 -0700 Subject: Update hid crate to version 0.4.0 The 'hid' crate got a couple of bug fixes, at least one of which we require in order to retrieve HID feature reports correctly. This patch imports the new state and bumps up the library version used. Import subrepo hid/:hid at 52b47d78c17b876194e4b4a1c0c8ae8adfb3d39c --- nitrocli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nitrocli/Cargo.toml') diff --git a/nitrocli/Cargo.toml b/nitrocli/Cargo.toml index 1ee63fb..af0a09e 100644 --- a/nitrocli/Cargo.toml +++ b/nitrocli/Cargo.toml @@ -47,7 +47,7 @@ path = "../pkg-config" [replace] "gcc:0.3.45" = { path = "../gcc" } -"hid:0.3.0" = { path = "../hid" } +"hid:0.4.0" = { path = "../hid" } "hidapi-sys:0.1.2" = { path = "../hidapi-sys" } "libc:0.2.21" = { path = "../libc" } "pkg-config:0.3.9" = { path = "../pkg-config" } -- cgit v1.2.1