aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f4
diff options
context:
space:
mode:
authorJuliDi <[email protected]>2024-07-16 12:38:16 +0200
committerJuliDi <[email protected]>2024-07-16 12:38:16 +0200
commitd78ce3c6ab46825a18a6ee6086bea08270aa8076 (patch)
tree6f5e1742e5d0d75e4f6387b739922c78d1fc3052 /examples/stm32f4
parent2571e0416f5f592cc92f5c72550dcdad6063823b (diff)
bump more udbd-hid usages to 0.8.1
Diffstat (limited to 'examples/stm32f4')
-rw-r--r--examples/stm32f4/Cargo.toml2
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 }
30nb = "1.0.0" 30nb = "1.0.0"
31embedded-storage = "0.3.1" 31embedded-storage = "0.3.1"
32micromath = "2.0.0" 32micromath = "2.0.0"
33usbd-hid = "0.7.0" 33usbd-hid = "0.8.1"
34static_cell = "2" 34static_cell = "2"
35chrono = { version = "^0.4", default-features = false} 35chrono = { version = "^0.4", default-features = false}
36 36