aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embassy/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/embassy/Cargo.toml b/embassy/Cargo.toml
index 39ad64a0d..2f3ee453c 100644
--- a/embassy/Cargo.toml
+++ b/embassy/Cargo.toml
@@ -26,3 +26,5 @@ embassy-macros = { version = "0.1.0", path = "../embassy-macros"}
26embassy-traits = { version = "0.1.0", path = "../embassy-traits"} 26embassy-traits = { version = "0.1.0", path = "../embassy-traits"}
27atomic-polyfill = { version = "0.1.1" } 27atomic-polyfill = { version = "0.1.1" }
28 28
29# Workaround https://github.com/japaric/cast.rs/pull/27
30cast = { version = "=0.2.3", default-features = false }