aboutsummaryrefslogtreecommitdiff
path: root/docs/modules/ROOT/examples/basic
diff options
context:
space:
mode:
authorTyler <[email protected]>2023-08-24 17:38:04 -0600
committerGitHub <[email protected]>2023-08-24 17:38:04 -0600
commitf033089625b4883f9b8811f5c291292529f66767 (patch)
tree6ecb235b98bb67c9b064fca2b47e035fbeeb234e /docs/modules/ROOT/examples/basic
parent6d8a5c6c20953c998df6ddd26906abe520df946d (diff)
parent2a6b743b9e8dbeef6b02320b2485f3f1efe4a337 (diff)
Merge pull request #3 from embassy-rs/main
Update to embassy head
Diffstat (limited to 'docs/modules/ROOT/examples/basic')
-rw-r--r--docs/modules/ROOT/examples/basic/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/ROOT/examples/basic/Cargo.toml b/docs/modules/ROOT/examples/basic/Cargo.toml
index 237ae0ac2..e94358a92 100644
--- a/docs/modules/ROOT/examples/basic/Cargo.toml
+++ b/docs/modules/ROOT/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.2.0", path = "../../../../../embassy-executor", features = ["defmt", "nightly", "integrated-timers", "arch-cortex-m", "executor-thread"] } 9embassy-executor = { version = "0.3.0", path = "../../../../../embassy-executor", features = ["defmt", "nightly", "integrated-timers", "arch-cortex-m", "executor-thread"] }
10embassy-time = { version = "0.1.0", path = "../../../../../embassy-time", features = ["defmt", "nightly"] } 10embassy-time = { version = "0.1.0", path = "../../../../../embassy-time", features = ["defmt", "nightly"] }
11embassy-nrf = { version = "0.1.0", path = "../../../../../embassy-nrf", features = ["defmt", "nrf52840", "time-driver-rtc1", "gpiote", "nightly"] } 11embassy-nrf = { version = "0.1.0", path = "../../../../../embassy-nrf", features = ["defmt", "nrf52840", "time-driver-rtc1", "gpiote", "nightly"] }
12 12