aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob McWhirter <[email protected]>2021-06-30 09:44:28 -0400
committerBob McWhirter <[email protected]>2021-06-30 09:44:28 -0400
commite1736114d4862eba626d2fb5e5b89d0d9bd54752 (patch)
treeedba815655b5d2268aeb1d45362f181cb4708677
parentd5fb558005c560d7cbc9c1276e65d7d6a64452f9 (diff)
Remove paste.
-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 058d50124..4e37c94fe 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"
28vcell = { version = "0.1.3", optional = true } 28vcell = { version = "0.1.3", optional = true }
29 29
30cfg-if = "1.0.0" 30cfg-if = "1.0.0"
31paste = "1.0.5"
32 31
33[build-dependencies] 32[build-dependencies]
34stm32-metapac = { version = "0.1.0", path = "../stm32-metapac", default-features = false } 33stm32-metapac = { version = "0.1.0", path = "../stm32-metapac", default-features = false }