aboutsummaryrefslogtreecommitdiff
path: root/Cargo.example.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-07-29 13:53:03 +0200
committerGitHub <[email protected]>2021-07-29 13:53:03 +0200
commit01e0a3928ff612654ece7fc4fac720e30736fee4 (patch)
tree7c55054b6fb4a1e532fb17f8b908e6c186620169 /Cargo.example.toml
parent1457ade49b6da78065ceacdd4ce3e497132f3867 (diff)
parent7bfb763e0990aac1b0bc4ad95dcc55df53cdb6d9 (diff)
Merge pull request #326 from embassy-rs/extras-rename
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.