From e1736114d4862eba626d2fb5e5b89d0d9bd54752 Mon Sep 17 00:00:00 2001 From: Bob McWhirter Date: Wed, 30 Jun 2021 09:44:28 -0400 Subject: [PATCH] Remove paste. --- embassy-stm32/Cargo.toml | 1 - 1 file changed, 1 deletion(-) 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 }