From 38db90705826f8ce6c71ef4033a0254b6de96a40 Mon Sep 17 00:00:00 2001 From: Kevin Mehall Date: Wed, 27 Dec 2023 10:34:03 -0700 Subject: [PATCH] v0.1.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bb09eaf..3ce4b0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nusb" -version = "0.1.2" +version = "0.1.3" description = "Cross-platform low-level access to USB devices in pure Rust" categories = ["hardware-support"] keywords = ["usb", "hardware"]