From f6ec2fd647cf4f48d0d5d310423c6e8c68aa8f9a Mon Sep 17 00:00:00 2001 From: hodasemi Date: Fri, 26 Jul 2024 06:54:47 +0200 Subject: [PATCH] Update Rust crate usbd-hid to 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a01acd6..46f7156 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ embassy-futures = { version = "0.1.0", git = "https://github.com/embassy-rs/emba numtoa = "0.2.4" -usbd-hid = "0.6.1" +usbd-hid = "0.8.0" defmt-rtt = "0.4" cortex-m = { version = "0.7.7" }