aboutsummaryrefslogtreecommitdiff
path: root/examples/rp
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/rp
parent1ad28581c78c10d34d01f203006791cda18e19ff (diff)
update usbd-hid to latest
Signed-off-by: Haobo Gu <[email protected]>
Diffstat (limited to 'examples/rp')
-rw-r--r--examples/rp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rp/Cargo.toml b/examples/rp/Cargo.toml
index e1092dba4..585349506 100644
--- a/examples/rp/Cargo.toml
+++ b/examples/rp/Cargo.toml
@@ -36,7 +36,7 @@ display-interface = "0.4.1"
36byte-slice-cast = { version = "1.2.0", default-features = false } 36byte-slice-cast = { version = "1.2.0", default-features = false }
37smart-leds = "0.3.0" 37smart-leds = "0.3.0"
38heapless = "0.8" 38heapless = "0.8"
39usbd-hid = "0.6.1" 39usbd-hid = "0.7.0"
40 40
41embedded-hal-1 = { package = "embedded-hal", version = "1.0" } 41embedded-hal-1 = { package = "embedded-hal", version = "1.0" }
42embedded-hal-async = "1.0" 42embedded-hal-async = "1.0"