diff options
Diffstat (limited to 'nitrocli/Cargo.toml')
-rw-r--r-- | nitrocli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" } |