aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32l5
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/stm32l5
parent5ffb3698541674d57fddb22044ac0f06397c6113 (diff)
chore: bump usbd-hid version
Signed-off-by: Haobo Gu <[email protected]>
Diffstat (limited to 'examples/stm32l5')
-rw-r--r--examples/stm32l5/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32l5/Cargo.toml b/examples/stm32l5/Cargo.toml
index b6158c854..586b00836 100644
--- a/examples/stm32l5/Cargo.toml
+++ b/examples/stm32l5/Cargo.toml
@@ -14,7 +14,7 @@ embassy-time = { version = "0.5.0", path = "../../embassy-time", features = ["de
14embassy-usb = { version = "0.5.1", path = "../../embassy-usb", features = ["defmt"] } 14embassy-usb = { version = "0.5.1", path = "../../embassy-usb", features = ["defmt"] }
15embassy-net = { version = "0.7.1", path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4", "medium-ethernet"] } 15embassy-net = { version = "0.7.1", path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4", "medium-ethernet"] }
16embassy-futures = { version = "0.1.2", path = "../../embassy-futures" } 16embassy-futures = { version = "0.1.2", path = "../../embassy-futures" }
17usbd-hid = "0.8.1" 17usbd-hid = "0.9.0"
18 18
19defmt = "1.0.1" 19defmt = "1.0.1"
20defmt-rtt = "1.0.0" 20defmt-rtt = "1.0.0"