From 5267b7448247f9208d462e0d0a9267c8fca5adc2 Mon Sep 17 00:00:00 2001 From: Kevin Mehall Date: Tue, 30 Jan 2024 20:57:46 -0700 Subject: [PATCH] v0.1.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a6724cd..e37b86c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nusb" -version = "0.1.4" +version = "0.1.5" description = "Cross-platform low-level access to USB devices in pure Rust" categories = ["hardware-support"] keywords = ["usb", "hardware"]