aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embassy/Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/embassy/Cargo.toml b/embassy/Cargo.toml
index c03fc0df5..ca7d38a55 100644
--- a/embassy/Cargo.toml
+++ b/embassy/Cargo.toml
@@ -35,9 +35,6 @@ atomic-polyfill = { version = "0.1.1" }
35critical-section = "0.2.1" 35critical-section = "0.2.1"
36embedded-hal = "0.2.5" 36embedded-hal = "0.2.5"
37 37
38# Workaround https://github.com/japaric/cast.rs/pull/27
39cast = { version = "=0.2.3", default-features = false }
40
41[dev-dependencies] 38[dev-dependencies]
42embassy = { path = ".", features = ["executor-agnostic"] } 39embassy = { path = ".", features = ["executor-agnostic"] }
43futures-executor = { version = "0.3", features = [ "thread-pool" ] } 40futures-executor = { version = "0.3", features = [ "thread-pool" ] }