diff options
| -rw-r--r-- | embassy/Cargo.toml | 3 |
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" } | |||
| 35 | critical-section = "0.2.1" | 35 | critical-section = "0.2.1" |
| 36 | embedded-hal = "0.2.5" | 36 | embedded-hal = "0.2.5" |
| 37 | 37 | ||
| 38 | # Workaround https://github.com/japaric/cast.rs/pull/27 | ||
| 39 | cast = { version = "=0.2.3", default-features = false } | ||
| 40 | |||
| 41 | [dev-dependencies] | 38 | [dev-dependencies] |
| 42 | embassy = { path = ".", features = ["executor-agnostic"] } | 39 | embassy = { path = ".", features = ["executor-agnostic"] } |
| 43 | futures-executor = { version = "0.3", features = [ "thread-pool" ] } | 40 | futures-executor = { version = "0.3", features = [ "thread-pool" ] } |
