aboutsummaryrefslogtreecommitdiff
path: root/examples/rp
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-11-26 08:12:54 +0000
committerGitHub <[email protected]>2025-11-26 08:12:54 +0000
commit7d217faf6eabdf7ac66e0f2b75ebea3fc7916a45 (patch)
tree6ec2cb891224efbb7b30859464d5bcd15e34cb41 /examples/rp
parent45da8625392d59da59b607b6fd510f7610ee58a1 (diff)
parent6f2ad3b696936ff2a3995fda3c8aee5728bd8f53 (diff)
Merge pull request #4941 from HaoboGu/chore/update_usbd_hid
Bump usbd-hid version to 0.9.0
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 640addb28..9d7d99259 100644
--- a/examples/rp/Cargo.toml
+++ b/examples/rp/Cargo.toml
@@ -45,7 +45,7 @@ display-interface = "0.5.0"
45byte-slice-cast = { version = "1.2.0", default-features = false } 45byte-slice-cast = { version = "1.2.0", default-features = false }
46smart-leds = "0.4.0" 46smart-leds = "0.4.0"
47heapless = "0.8" 47heapless = "0.8"
48usbd-hid = "0.8.1" 48usbd-hid = "0.9.0"
49 49
50embedded-hal-1 = { package = "embedded-hal", version = "1.0" } 50embedded-hal-1 = { package = "embedded-hal", version = "1.0" }
51embedded-hal-async = "1.0" 51embedded-hal-async = "1.0"