aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf9151/ns
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-09-30 10:31:33 +0200
committerUlf Lilleengen <[email protected]>2025-09-30 10:31:33 +0200
commit0ba74a4127a244781fc125208a73cc51c8a0deac (patch)
treee817ac19542741914cfb16f1268af21885959700 /examples/nrf9151/ns
parentc3a093a505bf6e7a1a679113b9bec68059909e36 (diff)
chore: prepare crate releases
Diffstat (limited to 'examples/nrf9151/ns')
-rw-r--r--examples/nrf9151/ns/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nrf9151/ns/Cargo.toml b/examples/nrf9151/ns/Cargo.toml
index 8e420477f..89a6c7c94 100644
--- a/examples/nrf9151/ns/Cargo.toml
+++ b/examples/nrf9151/ns/Cargo.toml
@@ -8,7 +8,7 @@ publish = false
8[dependencies] 8[dependencies]
9embassy-executor = { version = "0.9.0", path = "../../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "executor-interrupt", "defmt"] } 9embassy-executor = { version = "0.9.0", path = "../../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "executor-interrupt", "defmt"] }
10embassy-time = { version = "0.5.0", path = "../../../embassy-time", features = ["defmt", "defmt-timestamp-uptime"] } 10embassy-time = { version = "0.5.0", path = "../../../embassy-time", features = ["defmt", "defmt-timestamp-uptime"] }
11embassy-nrf = { version = "0.7.0", path = "../../../embassy-nrf", features = ["defmt", "nrf9120-ns", "time-driver-rtc1", "gpiote", "unstable-pac", "time"] } 11embassy-nrf = { version = "0.8.0", path = "../../../embassy-nrf", features = ["defmt", "nrf9120-ns", "time-driver-rtc1", "gpiote", "unstable-pac", "time"] }
12 12
13defmt = "1.0.1" 13defmt = "1.0.1"
14defmt-rtt = "1.0.0" 14defmt-rtt = "1.0.0"