aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h742
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-07-16 15:34:59 +0200
committerUlf Lilleengen <[email protected]>2025-07-16 15:35:47 +0200
commitc484e7d0e530d20e1fdfaa4a1578e9321cc8b283 (patch)
treed195d015c5d9661d3824ba8bc97fde03b9744258 /examples/stm32h742
parent7abbdb6970e8448d8569da24c37f68ccb75bb8c4 (diff)
chore: Release embassy-usb version 0.5.0
Diffstat (limited to 'examples/stm32h742')
-rw-r--r--examples/stm32h742/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32h742/Cargo.toml b/examples/stm32h742/Cargo.toml
index 31eff4379..efa71e144 100644
--- a/examples/stm32h742/Cargo.toml
+++ b/examples/stm32h742/Cargo.toml
@@ -34,7 +34,7 @@ embassy-net = { version = "0.7.0", path = "../../embassy-net", features = [
34 "medium-ethernet", 34 "medium-ethernet",
35] } 35] }
36embedded-io-async = { version = "0.6.1" } 36embedded-io-async = { version = "0.6.1" }
37embassy-usb = { version = "0.4.0", path = "../../embassy-usb", features = [ 37embassy-usb = { version = "0.5.0", path = "../../embassy-usb", features = [
38 "defmt", 38 "defmt",
39] } 39] }
40embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } 40embassy-futures = { version = "0.1.0", path = "../../embassy-futures" }