aboutsummaryrefslogtreecommitdiff
path: root/examples/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2020-10-19 21:15:24 +0200
committerDario Nieuwenhuis <[email protected]>2020-10-19 21:25:54 +0200
commitcd9ecaef57982b33376dcfea3a0406a3df4b09c5 (patch)
tree41567981cfe2ba9a65e84a6025daf83cb2204fa5 /examples/Cargo.toml
parent0e1adc58f48a65c6af1d2ededa8712426fb3ab6e (diff)
integrate static-executor, cleanup time module.
Diffstat (limited to 'examples/Cargo.toml')
-rw-r--r--examples/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Cargo.toml b/examples/Cargo.toml
index 7b49ffb1f..7c44b07a4 100644
--- a/examples/Cargo.toml
+++ b/examples/Cargo.toml
@@ -26,5 +26,5 @@ panic-probe = "0.1.0"
26nrf52840-hal = { version = "0.11.0" } 26nrf52840-hal = { version = "0.11.0" }
27embassy = { version = "0.1.0", path = "../embassy" } 27embassy = { version = "0.1.0", path = "../embassy" }
28embassy-nrf = { version = "0.1.0", path = "../embassy-nrf", features = ["defmt-trace", "52840"] } 28embassy-nrf = { version = "0.1.0", path = "../embassy-nrf", features = ["defmt-trace", "52840"] }
29static-executor = { version = "0.1.0", features=["defmt"]} 29futures = { version = "0.3.5", default-features = false }
30futures = { version = "0.3.5", default-features = false } \ No newline at end of file 30cortex-m-rtic = { git = "https://github.com/rtic-rs/cortex-m-rtic", branch = "master"} \ No newline at end of file