aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/basic/Cargo.toml
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-12-15 08:49:36 +0000
committerGitHub <[email protected]>2025-12-15 08:49:36 +0000
commit4c9a8998805b95d472b5e8137b16588369c2a8b6 (patch)
tree4a874a3f3ab397decfff712aa6356bdc8ac1abec /docs/examples/basic/Cargo.toml
parent821e87291ca7306ea4b9f9d8cfeb0ff01de16de8 (diff)
parent79fe3da62264de745eff7ade0d2d9975f2218877 (diff)
Merge pull request #5069 from embassy-rs/nrf-hal-release
chore: prepare nrf hals for release
Diffstat (limited to 'docs/examples/basic/Cargo.toml')
-rw-r--r--docs/examples/basic/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/basic/Cargo.toml b/docs/examples/basic/Cargo.toml
index fadda102b..495e484f8 100644
--- a/docs/examples/basic/Cargo.toml
+++ b/docs/examples/basic/Cargo.toml
@@ -9,7 +9,7 @@ publish = false
9[dependencies] 9[dependencies]
10embassy-executor = { version = "0.9.0", path = "../../../embassy-executor", features = ["defmt", "arch-cortex-m", "executor-thread"] } 10embassy-executor = { version = "0.9.0", path = "../../../embassy-executor", features = ["defmt", "arch-cortex-m", "executor-thread"] }
11embassy-time = { version = "0.5.0", path = "../../../embassy-time", features = ["defmt"] } 11embassy-time = { version = "0.5.0", path = "../../../embassy-time", features = ["defmt"] }
12embassy-nrf = { version = "0.8.0", path = "../../../embassy-nrf", features = ["defmt", "nrf52840", "time-driver-rtc1", "gpiote"] } 12embassy-nrf = { version = "0.9.0", path = "../../../embassy-nrf", features = ["defmt", "nrf52840", "time-driver-rtc1", "gpiote"] }
13 13
14defmt = "1.0.1" 14defmt = "1.0.1"
15defmt-rtt = "1.0.0" 15defmt-rtt = "1.0.0"