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/stm32l5 | |
| parent | 1ad28581c78c10d34d01f203006791cda18e19ff (diff) | |
update usbd-hid to latest
Signed-off-by: Haobo Gu <[email protected]>
Diffstat (limited to 'examples/stm32l5')
| -rw-r--r-- | examples/stm32l5/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32l5/Cargo.toml b/examples/stm32l5/Cargo.toml index 0c6beb72c..5bcee178f 100644 --- a/examples/stm32l5/Cargo.toml +++ b/examples/stm32l5/Cargo.toml | |||
| @@ -13,7 +13,7 @@ embassy-time = { version = "0.3.0", path = "../../embassy-time", features = ["de | |||
| 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-net = { version = "0.4.0", path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4", "medium-ethernet"] } | 14 | embassy-net = { version = "0.4.0", path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4", "medium-ethernet"] } |
| 15 | embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } | 15 | embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } |
| 16 | usbd-hid = "0.6.0" | 16 | usbd-hid = "0.7.0" |
| 17 | 17 | ||
| 18 | defmt = "0.3" | 18 | defmt = "0.3" |
| 19 | defmt-rtt = "0.4" | 19 | defmt-rtt = "0.4" |
