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 } chrono = { version = "^0.4", default-features = false, optional = true} bit_field = "0.10.2" document-features = "0.2.7" -paste = "1.0" [dev-dependencies] critical-section = { version = "1.1", features = ["std"] }