From 6668fa1f212d8c4aa83173194261d3baab22159f Mon Sep 17 00:00:00 2001 From: Kevin Mehall Date: Thu, 1 Feb 2024 22:56:29 -0700 Subject: [PATCH] v0.1.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e37b86c..72ec832 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nusb" -version = "0.1.5" +version = "0.1.6" description = "Cross-platform low-level access to USB devices in pure Rust" categories = ["hardware-support"] keywords = ["usb", "hardware"]