aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf-rtos-trace
diff options
context:
space:
mode:
authorScott Mabin <[email protected]>2023-12-04 13:03:30 +0000
committerScott Mabin <[email protected]>2023-12-04 13:15:10 +0000
commit334900752ab0462a78ac4f327c7141418d24ca1d (patch)
tree6cbac9f68d1f40808b476136c02363e6fad47e63 /examples/nrf-rtos-trace
parentc7d6ea3c78eec11473c7d34d181ff1d71056184d (diff)
update release version in examples and other crates
Diffstat (limited to 'examples/nrf-rtos-trace')
-rw-r--r--examples/nrf-rtos-trace/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/nrf-rtos-trace/Cargo.toml b/examples/nrf-rtos-trace/Cargo.toml
index c99c31aac..363c2259e 100644
--- a/examples/nrf-rtos-trace/Cargo.toml
+++ b/examples/nrf-rtos-trace/Cargo.toml
@@ -15,9 +15,9 @@ log = [
15] 15]
16 16
17[dependencies] 17[dependencies]
18embassy-sync = { version = "0.4.0", path = "../../embassy-sync" } 18embassy-sync = { version = "0.5.0", path = "../../embassy-sync" }
19embassy-executor = { version = "0.3.3", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "rtos-trace", "integrated-timers"] } 19embassy-executor = { version = "0.3.3", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "rtos-trace", "integrated-timers"] }
20embassy-time = { version = "0.1.5", path = "../../embassy-time" } 20embassy-time = { version = "0.2", path = "../../embassy-time" }
21embassy-nrf = { version = "0.1.0", path = "../../embassy-nrf", features = ["nrf52840", "time-driver-rtc1", "gpiote", "unstable-pac"] } 21embassy-nrf = { version = "0.1.0", path = "../../embassy-nrf", features = ["nrf52840", "time-driver-rtc1", "gpiote", "unstable-pac"] }
22 22
23cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] } 23cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] }