From 897e3f7bde2762ea4df111ede4fe9ea756fc880b Mon Sep 17 00:00:00 2001 From: Daniel Kenyon-Jones Date: Thu, 2 Jan 2025 13:53:04 +0000 Subject: [PATCH] Bump crate to v0.5.1 to include minor clippy improvements and defmt::Format impl (#162) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7390acb..b5ae45e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "usbd-human-interface-device" -version = "0.5.0" +version = "0.5.1" edition = "2021" description = "Batteries included embedded USB HID library for usb-device. Includes concrete Keyboard (boot and NKRO), Mouse, Joystick and Consumer Control implementations as well as support for building your own HID classes." keywords = ["hid", "usb-device", "usb", "keyboard", "mouse"]