diff options
| author | Ulf Lilleengen <[email protected]> | 2025-11-26 08:12:54 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-26 08:12:54 +0000 |
| commit | 7d217faf6eabdf7ac66e0f2b75ebea3fc7916a45 (patch) | |
| tree | 6ec2cb891224efbb7b30859464d5bcd15e34cb41 /examples/stm32l5 | |
| parent | 45da8625392d59da59b607b6fd510f7610ee58a1 (diff) | |
| parent | 6f2ad3b696936ff2a3995fda3c8aee5728bd8f53 (diff) | |
Merge pull request #4941 from HaoboGu/chore/update_usbd_hid
Bump usbd-hid version to 0.9.0
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 b6158c854..586b00836 100644 --- a/examples/stm32l5/Cargo.toml +++ b/examples/stm32l5/Cargo.toml | |||
| @@ -14,7 +14,7 @@ embassy-time = { version = "0.5.0", path = "../../embassy-time", features = ["de | |||
| 14 | embassy-usb = { version = "0.5.1", path = "../../embassy-usb", features = ["defmt"] } | 14 | embassy-usb = { version = "0.5.1", path = "../../embassy-usb", features = ["defmt"] } |
| 15 | embassy-net = { version = "0.7.1", path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4", "medium-ethernet"] } | 15 | embassy-net = { version = "0.7.1", path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4", "medium-ethernet"] } |
| 16 | embassy-futures = { version = "0.1.2", path = "../../embassy-futures" } | 16 | embassy-futures = { version = "0.1.2", path = "../../embassy-futures" } |
| 17 | usbd-hid = "0.8.1" | 17 | usbd-hid = "0.9.0" |
| 18 | 18 | ||
| 19 | defmt = "1.0.1" | 19 | defmt = "1.0.1" |
| 20 | defmt-rtt = "1.0.0" | 20 | defmt-rtt = "1.0.0" |
