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/stm32f4 | |
| parent | 2571e0416f5f592cc92f5c72550dcdad6063823b (diff) | |
bump more udbd-hid usages to 0.8.1
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 d909c7e68..dbfaecb5e 100644 --- a/examples/stm32f4/Cargo.toml +++ b/examples/stm32f4/Cargo.toml | |||
| @@ -30,7 +30,7 @@ heapless = { version = "0.8", default-features = false } | |||
| 30 | nb = "1.0.0" | 30 | nb = "1.0.0" |
| 31 | embedded-storage = "0.3.1" | 31 | embedded-storage = "0.3.1" |
| 32 | micromath = "2.0.0" | 32 | micromath = "2.0.0" |
| 33 | usbd-hid = "0.7.0" | 33 | usbd-hid = "0.8.1" |
| 34 | static_cell = "2" | 34 | static_cell = "2" |
| 35 | chrono = { version = "^0.4", default-features = false} | 35 | chrono = { version = "^0.4", default-features = false} |
| 36 | 36 | ||
