From 7bfb763e0990aac1b0bc4ad95dcc55df53cdb6d9 Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Thu, 29 Jul 2021 13:44:51 +0200 Subject: Rename embassy-extras to embassy-hal-common --- examples/stm32f4/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/stm32f4') diff --git a/examples/stm32f4/Cargo.toml b/examples/stm32f4/Cargo.toml index 704a76390..693dac545 100644 --- a/examples/stm32f4/Cargo.toml +++ b/examples/stm32f4/Cargo.toml @@ -20,7 +20,7 @@ defmt-error = [] embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt", "defmt-trace"] } embassy-traits = { version = "0.1.0", path = "../../embassy-traits", features = ["defmt"] } embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["defmt", "defmt-trace", "stm32f429zi", "unstable-pac"] } -embassy-extras = {version = "0.1.0", path = "../../embassy-extras" } +embassy-hal-common = {version = "0.1.0", path = "../../embassy-hal-common" } defmt = "0.2.0" defmt-rtt = "0.2.0" -- cgit