aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32l5
diff options
context:
space:
mode:
authorJuliDi <[email protected]>2024-07-16 12:38:16 +0200
committerJuliDi <[email protected]>2024-07-16 12:38:16 +0200
commitd78ce3c6ab46825a18a6ee6086bea08270aa8076 (patch)
tree6f5e1742e5d0d75e4f6387b739922c78d1fc3052 /examples/stm32l5
parent2571e0416f5f592cc92f5c72550dcdad6063823b (diff)
bump more udbd-hid usages to 0.8.1
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 e4a3c8e9c..e32714cc6 100644
--- a/examples/stm32l5/Cargo.toml
+++ b/examples/stm32l5/Cargo.toml
@@ -13,7 +13,7 @@ embassy-time = { version = "0.3.1", path = "../../embassy-time", features = ["de
13embassy-usb = { version = "0.2.0", path = "../../embassy-usb", features = ["defmt"] } 13embassy-usb = { version = "0.2.0", path = "../../embassy-usb", features = ["defmt"] }
14embassy-net = { version = "0.4.0", path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4", "medium-ethernet"] } 14embassy-net = { version = "0.4.0", path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4", "medium-ethernet"] }
15embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } 15embassy-futures = { version = "0.1.0", path = "../../embassy-futures" }
16usbd-hid = "0.7.0" 16usbd-hid = "0.8.1"
17 17
18defmt = "0.3" 18defmt = "0.3"
19defmt-rtt = "0.4" 19defmt-rtt = "0.4"