aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32g4/Cargo.toml
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/stm32g4/Cargo.toml
parent5ffb3698541674d57fddb22044ac0f06397c6113 (diff)
chore: bump usbd-hid version
Signed-off-by: Haobo Gu <[email protected]>
Diffstat (limited to 'examples/stm32g4/Cargo.toml')
-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 8bbeb594c..d1c19582b 100644
--- a/examples/stm32g4/Cargo.toml
+++ b/examples/stm32g4/Cargo.toml
@@ -13,7 +13,7 @@ embassy-executor = { path = "../../embassy-executor", features = ["arch-cortex-m
13embassy-time = { path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime", "tick-hz-32_768"] } 13embassy-time = { path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime", "tick-hz-32_768"] }
14embassy-usb = { path = "../../embassy-usb", features = ["defmt"] } 14embassy-usb = { path = "../../embassy-usb", features = ["defmt"] }
15embassy-futures = { path = "../../embassy-futures" } 15embassy-futures = { path = "../../embassy-futures" }
16usbd-hid = "0.8.1" 16usbd-hid = "0.9.0"
17 17
18defmt = "1.0.1" 18defmt = "1.0.1"
19defmt-rtt = "1.0.0" 19defmt-rtt = "1.0.0"