aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-08-02 20:47:30 +0200
committerDario Nieuwenhuis <[email protected]>2021-08-02 20:47:30 +0200
commit6043383008e318785a568227a37c1707e1aeff34 (patch)
tree33ccd9f33b0b637ffae311eada828994a23bbd7d
parent9ca43752eb121cc6614f456fc6c8753deae3fa62 (diff)
Remove version pinning workaround.
-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" ] }