diff options
Diffstat (limited to 'examples/nrf-rtos-trace')
| -rw-r--r-- | examples/nrf-rtos-trace/Cargo.toml | 5 |
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" | |||
| 5 | license = "MIT OR Apache-2.0" | 5 | license = "MIT OR Apache-2.0" |
| 6 | 6 | ||
| 7 | [features] | 7 | [features] |
| 8 | default = ["log", "nightly"] | 8 | default = ["log"] |
| 9 | nightly = ["embassy-executor/nightly", "embassy-nrf/nightly", "embassy-nrf/unstable-traits"] | ||
| 10 | log = [ | 9 | log = [ |
| 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]] |
| 35 | name = "rtos_trace" | 34 | name = "rtos_trace" |
| 36 | required-features = ["nightly"] | 35 | |
| 37 | 36 | ||
| 38 | [profile.release] | 37 | [profile.release] |
| 39 | debug = 2 | 38 | debug = 2 |
