From 38aee4a698fba3a4e223a841e3e3437b766dc501 Mon Sep 17 00:00:00 2001 From: Kevin Mehall Date: Sun, 28 Apr 2024 18:16:57 -0600 Subject: [PATCH] v0.1.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e9d84fa..3a90a4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nusb" -version = "0.1.8" +version = "0.1.9" description = "Cross-platform low-level access to USB devices in pure Rust" categories = ["hardware-support"] keywords = ["usb", "hardware"]