aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-04-12 13:30:21 +0200
committerDario Nieuwenhuis <[email protected]>2021-04-12 13:30:21 +0200
commitfa8dc796a7af57378036a91b30fa2d45592047cd (patch)
tree23f4ff0f35e270e5e53a2e8123f12bf8d86383cc
parent708e622ab02e7890a86ba2008297941f4441700e (diff)
Workaround broken cast crate
-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 }