From 6f2ad3b696936ff2a3995fda3c8aee5728bd8f53 Mon Sep 17 00:00:00 2001 From: Haobo Gu Date: Tue, 25 Nov 2025 11:18:01 +0800 Subject: chore: bump usbd-hid version Signed-off-by: Haobo Gu --- examples/nrf5340/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/nrf5340') diff --git a/examples/nrf5340/Cargo.toml b/examples/nrf5340/Cargo.toml index 4dcbdd715..97efe58e8 100644 --- a/examples/nrf5340/Cargo.toml +++ b/examples/nrf5340/Cargo.toml @@ -23,7 +23,7 @@ cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-sing cortex-m-rt = "0.7.0" panic-probe = { version = "1.0.0", features = ["print-defmt"] } embedded-storage = "0.3.1" -usbd-hid = "0.8.1" +usbd-hid = "0.9.0" serde = { version = "1.0.136", default-features = false } [profile.release] -- cgit