diff --git a/Cargo.toml b/Cargo.toml index 7035dd7..7390acb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "usbd-human-interface-device" -version = "0.4.5" +version = "0.5.0" 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"] diff --git a/examples/Cargo.lock b/examples/Cargo.lock index 3ce4331..34a095d 100644 --- a/examples/Cargo.lock +++ b/examples/Cargo.lock @@ -784,7 +784,7 @@ dependencies = [ [[package]] name = "usbd-human-interface-device" -version = "0.4.5" +version = "0.5.0" dependencies = [ "defmt", "frunk",