From 50116e5b27c6b685cecfcdb4bf668a71664a770c Mon Sep 17 00:00:00 2001 From: xoviat Date: Tue, 5 Sep 2023 18:20:17 -0500 Subject: [PATCH] remove paste dependency --- embassy-stm32/Cargo.toml | 1 - 1 file changed, 1 deletion(-) 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"] }