aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/basic/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-12-16 12:30:30 +0000
committerGitHub <[email protected]>2024-12-16 12:30:30 +0000
commit2c3bc75da6008afa7cacc1045954cef7e3d8740f (patch)
tree47661322d49d3e38717e2fc3f38e920c222138f7 /docs/examples/basic/Cargo.toml
parent99ad61cecf4fe098feeced5524d3e60625137457 (diff)
parente1c00613288024623f7fde61f65c4c40c9a5381a (diff)
Merge pull request #3593 from bugadani/refactor
Rework time-driver contract.
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 d46431b9a..daf83873d 100644
--- a/docs/examples/basic/Cargo.toml
+++ b/docs/examples/basic/Cargo.toml
@@ -6,7 +6,7 @@ version = "0.1.0"
6license = "MIT OR Apache-2.0" 6license = "MIT OR Apache-2.0"
7 7
8[dependencies] 8[dependencies]
9embassy-executor = { version = "0.6.3", path = "../../../embassy-executor", features = ["defmt", "integrated-timers", "arch-cortex-m", "executor-thread"] } 9embassy-executor = { version = "0.6.3", path = "../../../embassy-executor", features = ["defmt", "arch-cortex-m", "executor-thread"] }
10embassy-time = { version = "0.3.2", path = "../../../embassy-time", features = ["defmt"] } 10embassy-time = { version = "0.3.2", path = "../../../embassy-time", features = ["defmt"] }
11embassy-nrf = { version = "0.2.0", path = "../../../embassy-nrf", features = ["defmt", "nrf52840", "time-driver-rtc1", "gpiote"] } 11embassy-nrf = { version = "0.2.0", path = "../../../embassy-nrf", features = ["defmt", "nrf52840", "time-driver-rtc1", "gpiote"] }
12 12