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