aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf-examples
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-03-02 21:14:58 +0100
committerDario Nieuwenhuis <[email protected]>2021-03-02 21:15:12 +0100
commitd4f2c6cf00b481f5d346bc3a1cd820883c8add23 (patch)
treebfe21da055e7d4000e199cd3f630c2045a6d4944 /embassy-nrf-examples
parent7991b05e4cce4f52873f0bb9620ef6d37a46e2e9 (diff)
Remove cargo namespaced-features
Diffstat (limited to 'embassy-nrf-examples')
-rw-r--r--embassy-nrf-examples/.cargo/config1
-rw-r--r--embassy-nrf-examples/Cargo.toml1
2 files changed, 1 insertions, 1 deletions
diff --git a/embassy-nrf-examples/.cargo/config b/embassy-nrf-examples/.cargo/config
index 37e38ec95..17b9c8d80 100644
--- a/embassy-nrf-examples/.cargo/config
+++ b/embassy-nrf-examples/.cargo/config
@@ -1,5 +1,4 @@
1[unstable] 1[unstable]
2namespaced-features = true
3build-std = ["core"] 2build-std = ["core"]
4build-std-features = ["panic_immediate_abort"] 3build-std-features = ["panic_immediate_abort"]
5 4
diff --git a/embassy-nrf-examples/Cargo.toml b/embassy-nrf-examples/Cargo.toml
index cf82a475f..1f67b6a8c 100644
--- a/embassy-nrf-examples/Cargo.toml
+++ b/embassy-nrf-examples/Cargo.toml
@@ -18,6 +18,7 @@ defmt-error = []
18 18
19[dependencies] 19[dependencies]
20embassy = { version = "0.1.0", path = "../embassy", features = ["defmt", "defmt-trace"] } 20embassy = { version = "0.1.0", path = "../embassy", features = ["defmt", "defmt-trace"] }
21embassy-traits = { version = "0.1.0", path = "../embassy-traits", features = ["defmt"] }
21embassy-nrf = { version = "0.1.0", path = "../embassy-nrf", features = ["defmt", "defmt-trace", "52840"] } 22embassy-nrf = { version = "0.1.0", path = "../embassy-nrf", features = ["defmt", "defmt-trace", "52840"] }
22 23
23defmt = "0.2.0" 24defmt = "0.2.0"