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/stm32f4 | |
| 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/stm32f4')
| -rw-r--r-- | examples/stm32f4/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32f4/Cargo.toml b/examples/stm32f4/Cargo.toml index d06b7505c..b4555045a 100644 --- a/examples/stm32f4/Cargo.toml +++ b/examples/stm32f4/Cargo.toml | |||
| @@ -32,7 +32,7 @@ critical-section = "1.1" | |||
| 32 | nb = "1.0.0" | 32 | nb = "1.0.0" |
| 33 | embedded-storage = "0.3.1" | 33 | embedded-storage = "0.3.1" |
| 34 | micromath = "2.0.0" | 34 | micromath = "2.0.0" |
| 35 | usbd-hid = "0.8.1" | 35 | usbd-hid = "0.9.0" |
| 36 | static_cell = "2" | 36 | static_cell = "2" |
| 37 | chrono = { version = "^0.4", default-features = false} | 37 | chrono = { version = "^0.4", default-features = false} |
| 38 | 38 | ||
