diff options
| author | JuliDi <[email protected]> | 2024-07-16 12:38:16 +0200 |
|---|---|---|
| committer | JuliDi <[email protected]> | 2024-07-16 12:38:16 +0200 |
| commit | d78ce3c6ab46825a18a6ee6086bea08270aa8076 (patch) | |
| tree | 6f5e1742e5d0d75e4f6387b739922c78d1fc3052 /examples/stm32g4 | |
| parent | 2571e0416f5f592cc92f5c72550dcdad6063823b (diff) | |
bump more udbd-hid usages to 0.8.1
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 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 | |||
| 12 | embassy-time = { version = "0.3.1", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime", "tick-hz-32_768"] } | 12 | embassy-time = { version = "0.3.1", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime", "tick-hz-32_768"] } |
| 13 | embassy-usb = { version = "0.2.0", path = "../../embassy-usb", features = ["defmt"] } | 13 | embassy-usb = { version = "0.2.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.7.0" | 15 | usbd-hid = "0.8.1" |
| 16 | 16 | ||
| 17 | defmt = "0.3" | 17 | defmt = "0.3" |
| 18 | defmt-rtt = "0.4" | 18 | defmt-rtt = "0.4" |
