aboutsummaryrefslogtreecommitdiff
path: root/Cargo.example.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-07-29 13:44:51 +0200
committerDario Nieuwenhuis <[email protected]>2021-07-29 13:44:51 +0200
commit7bfb763e0990aac1b0bc4ad95dcc55df53cdb6d9 (patch)
treea7552da59a774d79a3cd73ad7c109b02b8bac921 /Cargo.example.toml
parentc8a48d726a7cc92ef989a519fdf55ec1f9fffbcd (diff)
Rename embassy-extras to embassy-hal-common
Diffstat (limited to 'Cargo.example.toml')
-rw-r--r--Cargo.example.toml2
1 files changed, 1 insertions, 1 deletions
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 = [
21 "embassy", 21 "embassy",
22 "embassy-traits", 22 "embassy-traits",
23 "embassy-macros", 23 "embassy-macros",
24 "embassy-extras", 24 "embassy-hal-common",
25 "embassy-net", 25 "embassy-net",
26 26
27 # Uncomment ONLY ONE of the groups below. 27 # Uncomment ONLY ONE of the groups below.