From f0a14290fc454bc0f3441a852ddb1a3a30e78bf7 Mon Sep 17 00:00:00 2001 From: hodasemi Date: Fri, 26 Jul 2024 06:54:17 +0200 Subject: [PATCH] Update Rust crate usb-device to 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c078f18..e0e4f89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ cortex-m-rt = "0.7.3" rp-pico = "0.7.0" panic-halt = "0.2.0" defmt = "0.3.5" -usb-device = "0.2.9" +usb-device = "0.3.0" usbd-hid = "0.6.1" critical-section = "1.1.2" embedded-hal = "0.2.7"