aboutsummaryrefslogtreecommitdiff
path: root/tests/nrf51422
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-06-04 08:57:16 +0200
committerUlf Lilleengen <[email protected]>2024-06-04 09:02:41 +0200
commit30918c355b5777715f9d5c8019ce8a8dd1f69715 (patch)
tree0e94b18b4e98c416ddafea9437e2028c5c254528 /tests/nrf51422
parent9856d216939d9433e840289966e313c9aa377fca (diff)
prepare for embassy-time 0.3.1 release
Diffstat (limited to 'tests/nrf51422')
-rw-r--r--tests/nrf51422/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/nrf51422/Cargo.toml b/tests/nrf51422/Cargo.toml
index 70de9d321..8bfcc2922 100644
--- a/tests/nrf51422/Cargo.toml
+++ b/tests/nrf51422/Cargo.toml
@@ -10,7 +10,7 @@ teleprobe-meta = "1"
10embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } 10embassy-futures = { version = "0.1.0", path = "../../embassy-futures" }
11embassy-sync = { version = "0.6.0", path = "../../embassy-sync", features = ["defmt", ] } 11embassy-sync = { version = "0.6.0", path = "../../embassy-sync", features = ["defmt", ] }
12embassy-executor = { version = "0.5.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "defmt", "task-arena-size-128", "integrated-timers"] } 12embassy-executor = { version = "0.5.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "defmt", "task-arena-size-128", "integrated-timers"] }
13embassy-time = { version = "0.3.0", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime"] } 13embassy-time = { version = "0.3.1", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime"] }
14embassy-nrf = { version = "0.1.0", path = "../../embassy-nrf", features = ["defmt", "nrf51", "time-driver-rtc1", "unstable-pac", "time", "gpiote"] } 14embassy-nrf = { version = "0.1.0", path = "../../embassy-nrf", features = ["defmt", "nrf51", "time-driver-rtc1", "unstable-pac", "time", "gpiote"] }
15embedded-io-async = { version = "0.6.1", features = ["defmt-03"] } 15embedded-io-async = { version = "0.6.1", features = ["defmt-03"] }
16embedded-hal-async = { version = "1.0" } 16embedded-hal-async = { version = "1.0" }