diff options
| author | Haobo Gu <[email protected]> | 2024-02-26 17:28:29 +0800 |
|---|---|---|
| committer | Haobo Gu <[email protected]> | 2024-02-26 17:28:29 +0800 |
| commit | a0afd378f4f3bb0032a1f845c2883334b433dd79 (patch) | |
| tree | e9561a70f79099df9651a42b2dae806df40025f2 /examples/stm32g4 | |
| parent | 1ad28581c78c10d34d01f203006791cda18e19ff (diff) | |
update usbd-hid to latest
Signed-off-by: Haobo Gu <[email protected]>
Diffstat (limited to 'examples/stm32g4')
| -rw-r--r-- | examples/stm32g4/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32g4/Cargo.toml b/examples/stm32g4/Cargo.toml index 74ccfa3b0..64c749b9b 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 | |||
| 12 | embassy-time = { version = "0.3.0", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime", "tick-hz-32_768"] } | 12 | embassy-time = { version = "0.3.0", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime", "tick-hz-32_768"] } |
| 13 | embassy-usb = { version = "0.1.0", path = "../../embassy-usb", features = ["defmt"] } | 13 | embassy-usb = { version = "0.1.0", path = "../../embassy-usb", features = ["defmt"] } |
| 14 | embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } | 14 | embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } |
| 15 | usbd-hid = "0.6.0" | 15 | usbd-hid = "0.7.0" |
| 16 | 16 | ||
| 17 | defmt = "0.3" | 17 | defmt = "0.3" |
| 18 | defmt-rtt = "0.4" | 18 | defmt-rtt = "0.4" |
