diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml index 058d5012..4e37c94f 100644 --- a/embassy-stm32/Cargo.toml +++ b/embassy-stm32/Cargo.toml @@ -28,7 +28,6 @@ stm32-metapac = { version = "0.1.0", path = "../stm32-metapac", features = ["rt" vcell = { version = "0.1.3", optional = true } cfg-if = "1.0.0" -paste = "1.0.5" [build-dependencies] stm32-metapac = { version = "0.1.0", path = "../stm32-metapac", default-features = false }