From 7997687f3b4c8f679ae458ee28cd338ed9e44b2e Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Thu, 13 Jan 2022 23:56:25 +0100 Subject: nrf: impl embedded-hal 1.0 and embedded-hal-async traits. --- examples/nrf/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/nrf') diff --git a/examples/nrf/Cargo.toml b/examples/nrf/Cargo.toml index ca013f8b7..fa7286923 100644 --- a/examples/nrf/Cargo.toml +++ b/examples/nrf/Cargo.toml @@ -15,7 +15,6 @@ defmt-rtt = "0.3" cortex-m = "0.7.3" cortex-m-rt = "0.7.0" -embedded-hal = "0.2.6" panic-probe = { version = "0.3", features = ["print-defmt"] } futures = { version = "0.3.17", default-features = false, features = ["async-await"] } rand = { version = "0.8.4", default-features = false } -- cgit