aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-01-01 22:41:59 +0100
committerDario Nieuwenhuis <[email protected]>2021-01-01 22:46:32 +0100
commit20d3dc87f95f844e747a7e93036ce9ddac369081 (patch)
tree3842a1f3a343de0af8195a1a2a2cf0da17cb7c37 /Cargo.toml
parent4783222f675c1316d0e1a0fda92591f7aca63456 (diff)
Rename examples -> embassy-nrf-examples
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 792804046..5ba9ba7d3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,8 +3,8 @@
3members = [ 3members = [
4 "embassy", 4 "embassy",
5 "embassy-nrf", 5 "embassy-nrf",
6 "embassy-nrf-examples",
6 "embassy-macros", 7 "embassy-macros",
7 "examples",
8] 8]
9 9
10exclude = [ 10exclude = [