diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-04-12 13:30:21 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-04-12 13:30:21 +0200 |
| commit | fa8dc796a7af57378036a91b30fa2d45592047cd (patch) | |
| tree | 23f4ff0f35e270e5e53a2e8123f12bf8d86383cc | |
| parent | 708e622ab02e7890a86ba2008297941f4441700e (diff) | |
Workaround broken cast crate
| -rw-r--r-- | embassy/Cargo.toml | 2 |
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"} | |||
| 26 | embassy-traits = { version = "0.1.0", path = "../embassy-traits"} | 26 | embassy-traits = { version = "0.1.0", path = "../embassy-traits"} |
| 27 | atomic-polyfill = { version = "0.1.1" } | 27 | atomic-polyfill = { version = "0.1.1" } |
| 28 | 28 | ||
| 29 | # Workaround https://github.com/japaric/cast.rs/pull/27 | ||
| 30 | cast = { version = "=0.2.3", default-features = false } | ||
