aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf-rtos-trace
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-11-29 17:23:48 +0100
committerDario Nieuwenhuis <[email protected]>2023-11-29 17:26:33 +0100
commitc6989dfbca51787146f50270c671af9db434f577 (patch)
tree5974a8ec41c108d5208e4f68027b918d424a2046 /examples/nrf-rtos-trace
parent384bad7bfaa1f2415baf2cd3b69ebf36dc0a02d7 (diff)
Remove nightly and unstable-traits features in preparation for 1.75.
Diffstat (limited to 'examples/nrf-rtos-trace')
-rw-r--r--examples/nrf-rtos-trace/Cargo.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/nrf-rtos-trace/Cargo.toml b/examples/nrf-rtos-trace/Cargo.toml
index e3524deb4..c99c31aac 100644
--- a/examples/nrf-rtos-trace/Cargo.toml
+++ b/examples/nrf-rtos-trace/Cargo.toml
@@ -5,8 +5,7 @@ version = "0.1.0"
5license = "MIT OR Apache-2.0" 5license = "MIT OR Apache-2.0"
6 6
7[features] 7[features]
8default = ["log", "nightly"] 8default = ["log"]
9nightly = ["embassy-executor/nightly", "embassy-nrf/nightly", "embassy-nrf/unstable-traits"]
10log = [ 9log = [
11 "dep:log", 10 "dep:log",
12 "embassy-sync/log", 11 "embassy-sync/log",
@@ -33,7 +32,7 @@ log = { version = "0.4.17", optional = true }
33 32
34[[bin]] 33[[bin]]
35name = "rtos_trace" 34name = "rtos_trace"
36required-features = ["nightly"] 35
37 36
38[profile.release] 37[profile.release]
39debug = 2 38debug = 2