+1
-1
@@ -11,3 +11,3 @@ # This file is automatically @generated by Cargo. | ||
| name = "hidapi" | ||
| version = "1.2.2" | ||
| version = "1.2.3" | ||
| dependencies = [ | ||
@@ -14,0 +14,0 @@ "cc", |
+1
-1
@@ -15,3 +15,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO | ||
| name = "hidapi" | ||
| version = "1.2.2" | ||
| version = "1.2.3" | ||
| authors = ["Roland Ruckerbauer <roland.rucky@gmail.com>", "Osspial <osspial@gmail.com>", "Artyom Pavlov <newpavlov@gmail.com>", "mberndt123", "niklasad1"] | ||
@@ -18,0 +18,0 @@ build = "build.rs" |
+1
-1
@@ -166,3 +166,3 @@ // ************************************************************************** | ||
| /// first one found in the internal device list will be used. There are however | ||
| /// no grantees, which device this will be. | ||
| /// no guarantees, which device this will be. | ||
| pub fn open(&self, vid: u16, pid: u16) -> HidResult<HidDevice> { | ||
@@ -169,0 +169,0 @@ let device = unsafe { ffi::hid_open(vid, pid, std::ptr::null()) }; |
| { | ||
| "git": { | ||
| "sha1": "8b20f9806c9a8bd91c419f6245048dde4ab11c76" | ||
| } | ||
| } |
Sorry, the diff of this file is not supported yet