aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embassy-stm32/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml
index 712996f23..306945962 100644
--- a/embassy-stm32/Cargo.toml
+++ b/embassy-stm32/Cargo.toml
@@ -70,7 +70,6 @@ embedded-io-async = { version = "0.5.0", optional = true }
70chrono = { version = "^0.4", default-features = false, optional = true} 70chrono = { version = "^0.4", default-features = false, optional = true}
71bit_field = "0.10.2" 71bit_field = "0.10.2"
72document-features = "0.2.7" 72document-features = "0.2.7"
73paste = "1.0"
74 73
75[dev-dependencies] 74[dev-dependencies]
76critical-section = { version = "1.1", features = ["std"] } 75critical-section = { version = "1.1", features = ["std"] }