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/stm32l5 | |
| parent | 2571e0416f5f592cc92f5c72550dcdad6063823b (diff) | |
bump more udbd-hid usages to 0.8.1
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 e4a3c8e9c..e32714cc6 100644 --- a/examples/stm32l5/Cargo.toml +++ b/examples/stm32l5/Cargo.toml | |||
| @@ -13,7 +13,7 @@ embassy-time = { version = "0.3.1", path = "../../embassy-time", features = ["de | |||
| 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-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.7.0" | 16 | usbd-hid = "0.8.1" |
| 17 | 17 | ||
| 18 | defmt = "0.3" | 18 | defmt = "0.3" |
| 19 | defmt-rtt = "0.4" | 19 | defmt-rtt = "0.4" |
