diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-11-29 17:23:48 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-11-29 17:26:33 +0100 |
| commit | c6989dfbca51787146f50270c671af9db434f577 (patch) | |
| tree | 5974a8ec41c108d5208e4f68027b918d424a2046 /examples/nrf-rtos-trace | |
| parent | 384bad7bfaa1f2415baf2cd3b69ebf36dc0a02d7 (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.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 |
