From 0719b05d63a1d80d3b8ea39a411545a6e8e22ec2 Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Thu, 27 Jan 2022 00:08:02 +0100 Subject: traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash. --- tests/stm32/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/stm32/Cargo.toml b/tests/stm32/Cargo.toml index 63bfb9d22..1741508cb 100644 --- a/tests/stm32/Cargo.toml +++ b/tests/stm32/Cargo.toml @@ -14,7 +14,6 @@ stm32wb55rg = ["embassy-stm32/stm32wb55rg"] [dependencies] embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt"] } -embassy-traits = { version = "0.1.0", path = "../../embassy-traits", features = ["defmt"] } embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["defmt", "unstable-pac", "memory-x", "time-driver-tim2"] } defmt = "0.3.0" -- cgit