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 --- Cargo.example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.example.toml') diff --git a/Cargo.example.toml b/Cargo.example.toml index 3362d0bc0..f072c2f96 100644 --- a/Cargo.example.toml +++ b/Cargo.example.toml @@ -21,7 +21,7 @@ members = [ "embassy", "embassy-traits", "embassy-macros", - "embassy-extras", + "embassy-hal-common", "embassy-net", # Uncomment ONLY ONE of the groups below. -- cgit