aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf5340
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-11-14 18:47:15 +0100
committerDario Nieuwenhuis <[email protected]>2023-11-15 18:44:01 +0100
commit1f9b649f80b52323be3e16fff064e1aec77d5ae8 (patch)
tree035103099a8bf1f81fd80b95f0d6d75f6c333bd0 /examples/nrf5340
parentbef9b7a8539c3dddb1cf6ab46db161f1ca56b1a1 (diff)
executor: release v0.3.3
Diffstat (limited to 'examples/nrf5340')
-rw-r--r--examples/nrf5340/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nrf5340/Cargo.toml b/examples/nrf5340/Cargo.toml
index 4196d61ab..032ec9806 100644
--- a/examples/nrf5340/Cargo.toml
+++ b/examples/nrf5340/Cargo.toml
@@ -9,7 +9,7 @@ embassy-futures = { version = "0.1.0", path = "../../embassy-futures" }
9embassy-sync = { version = "0.4.0", path = "../../embassy-sync", features = [ 9embassy-sync = { version = "0.4.0", path = "../../embassy-sync", features = [
10 "defmt", 10 "defmt",
11] } 11] }
12embassy-executor = { version = "0.3.1", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", 12embassy-executor = { version = "0.3.3", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread",
13 "nightly", 13 "nightly",
14 "defmt", 14 "defmt",
15 "integrated-timers", 15 "integrated-timers",