aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf5340
diff options
context:
space:
mode:
authorHaobo Gu <[email protected]>2025-11-25 11:18:01 +0800
committerHaobo Gu <[email protected]>2025-11-25 11:18:01 +0800
commit6f2ad3b696936ff2a3995fda3c8aee5728bd8f53 (patch)
treec21c576990819ee218334d2c1b94f3983b61eaa0 /examples/nrf5340
parent5ffb3698541674d57fddb22044ac0f06397c6113 (diff)
chore: bump usbd-hid version
Signed-off-by: Haobo Gu <[email protected]>
Diffstat (limited to 'examples/nrf5340')
-rw-r--r--examples/nrf5340/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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
23cortex-m-rt = "0.7.0" 23cortex-m-rt = "0.7.0"
24panic-probe = { version = "1.0.0", features = ["print-defmt"] } 24panic-probe = { version = "1.0.0", features = ["print-defmt"] }
25embedded-storage = "0.3.1" 25embedded-storage = "0.3.1"
26usbd-hid = "0.8.1" 26usbd-hid = "0.9.0"
27serde = { version = "1.0.136", default-features = false } 27serde = { version = "1.0.136", default-features = false }
28 28
29[profile.release] 29[profile.release]