aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxoviat <[email protected]>2023-09-05 18:20:17 -0500
committerxoviat <[email protected]>2023-09-05 18:20:17 -0500
commit50116e5b27c6b685cecfcdb4bf668a71664a770c (patch)
treea4355dee0b07ec813341f340d54d59af7a6dd5d4
parent73070987804023f50fcc4a264de8371fbba723d2 (diff)
remove paste dependency
-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"] }