aboutsummaryrefslogtreecommitdiff
path: root/Cargo.example.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-07-14 21:58:07 +0200
committerDario Nieuwenhuis <[email protected]>2021-07-14 21:58:07 +0200
commit7dd7f391fc3512ec383198eb55349ee3270c8db1 (patch)
treeb5c867bb2012f610e079f3bd7cc3753fde5b4921 /Cargo.example.toml
parent2d9e2908df4ad407026fee39e49a167e5d880f80 (diff)
Fix OOTB workspace issues with embassy-net
Diffstat (limited to 'Cargo.example.toml')
-rw-r--r--Cargo.example.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.example.toml b/Cargo.example.toml
index cbb221e7b..d6bc78bdc 100644
--- a/Cargo.example.toml
+++ b/Cargo.example.toml
@@ -22,6 +22,7 @@ members = [
22 "embassy-traits", 22 "embassy-traits",
23 "embassy-macros", 23 "embassy-macros",
24 "embassy-extras", 24 "embassy-extras",
25 "embassy-net",
25 26
26 # Uncomment ONLY ONE of the groups below. 27 # Uncomment ONLY ONE of the groups below.
27 28