aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f4
diff options
context:
space:
mode:
authorxoviat <[email protected]>2025-11-26 08:44:03 -0600
committerGitHub <[email protected]>2025-11-26 08:44:03 -0600
commit1045738fa3e2f2f6b2968d4b35a4b618e6235d2e (patch)
tree6cf0abaca5f946cac1598f34d8f98a922f6c10e6 /examples/stm32f4
parent3ba8bb866a19a09f25e0b21419a068fd765a9033 (diff)
parent9fa4f7309895bab81eb0e398d8f457ee528aad69 (diff)
Merge branch 'main' into time
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 d06b7505c..b4555045a 100644
--- a/examples/stm32f4/Cargo.toml
+++ b/examples/stm32f4/Cargo.toml
@@ -32,7 +32,7 @@ critical-section = "1.1"
32nb = "1.0.0" 32nb = "1.0.0"
33embedded-storage = "0.3.1" 33embedded-storage = "0.3.1"
34micromath = "2.0.0" 34micromath = "2.0.0"
35usbd-hid = "0.8.1" 35usbd-hid = "0.9.0"
36static_cell = "2" 36static_cell = "2"
37chrono = { version = "^0.4", default-features = false} 37chrono = { version = "^0.4", default-features = false}
38 38