aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf5340
diff options
context:
space:
mode:
authorHaobo Gu <[email protected]>2024-02-26 17:28:29 +0800
committerHaobo Gu <[email protected]>2024-02-26 17:28:29 +0800
commita0afd378f4f3bb0032a1f845c2883334b433dd79 (patch)
treee9561a70f79099df9651a42b2dae806df40025f2 /examples/nrf5340
parent1ad28581c78c10d34d01f203006791cda18e19ff (diff)
update usbd-hid to latest
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 56b9c8018..24aa560d5 100644
--- a/examples/nrf5340/Cargo.toml
+++ b/examples/nrf5340/Cargo.toml
@@ -24,7 +24,7 @@ panic-probe = { version = "0.3", features = ["print-defmt"] }
24futures = { version = "0.3.17", default-features = false, features = ["async-await"] } 24futures = { version = "0.3.17", default-features = false, features = ["async-await"] }
25rand = { version = "0.8.4", default-features = false } 25rand = { version = "0.8.4", default-features = false }
26embedded-storage = "0.3.1" 26embedded-storage = "0.3.1"
27usbd-hid = "0.6.0" 27usbd-hid = "0.7.0"
28serde = { version = "1.0.136", default-features = false } 28serde = { version = "1.0.136", default-features = false }
29 29
30[profile.release] 30[profile.release]