aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32g4
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/stm32g4
parent2571e0416f5f592cc92f5c72550dcdad6063823b (diff)
bump more udbd-hid usages to 0.8.1
Diffstat (limited to 'examples/stm32g4')
-rw-r--r--examples/stm32g4/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32g4/Cargo.toml b/examples/stm32g4/Cargo.toml
index ac6010f5f..8837ca52e 100644
--- a/examples/stm32g4/Cargo.toml
+++ b/examples/stm32g4/Cargo.toml
@@ -12,7 +12,7 @@ embassy-executor = { version = "0.5.0", path = "../../embassy-executor", feature
12embassy-time = { version = "0.3.1", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime", "tick-hz-32_768"] } 12embassy-time = { version = "0.3.1", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime", "tick-hz-32_768"] }
13embassy-usb = { version = "0.2.0", path = "../../embassy-usb", features = ["defmt"] } 13embassy-usb = { version = "0.2.0", path = "../../embassy-usb", features = ["defmt"] }
14embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } 14embassy-futures = { version = "0.1.0", path = "../../embassy-futures" }
15usbd-hid = "0.7.0" 15usbd-hid = "0.8.1"
16 16
17defmt = "0.3" 17defmt = "0.3"
18defmt-rtt = "0.4" 18defmt-rtt = "0.4"