From 6043383008e318785a568227a37c1707e1aeff34 Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Mon, 2 Aug 2021 20:47:30 +0200 Subject: [PATCH] Remove version pinning workaround. --- embassy/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/embassy/Cargo.toml b/embassy/Cargo.toml index c03fc0df..ca7d38a5 100644 --- a/embassy/Cargo.toml +++ b/embassy/Cargo.toml @@ -35,9 +35,6 @@ atomic-polyfill = { version = "0.1.1" } critical-section = "0.2.1" embedded-hal = "0.2.5" -# Workaround https://github.com/japaric/cast.rs/pull/27 -cast = { version = "=0.2.3", default-features = false } - [dev-dependencies] embassy = { path = ".", features = ["executor-agnostic"] } futures-executor = { version = "0.3", features = [ "thread-pool" ] }