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"]