diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-08-02 20:47:30 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-08-02 20:47:30 +0200 |
| commit | 6043383008e318785a568227a37c1707e1aeff34 (patch) | |
| tree | 33ccd9f33b0b637ffae311eada828994a23bbd7d | |
| parent | 9ca43752eb121cc6614f456fc6c8753deae3fa62 (diff) | |
Remove version pinning workaround.
| -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" ] } |
