diff options
| author | Dario Nieuwenhuis <[email protected]> | 2020-10-19 21:15:24 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2020-10-19 21:25:54 +0200 |
| commit | cd9ecaef57982b33376dcfea3a0406a3df4b09c5 (patch) | |
| tree | 41567981cfe2ba9a65e84a6025daf83cb2204fa5 /examples/Cargo.toml | |
| parent | 0e1adc58f48a65c6af1d2ededa8712426fb3ab6e (diff) | |
integrate static-executor, cleanup time module.
Diffstat (limited to 'examples/Cargo.toml')
| -rw-r--r-- | examples/Cargo.toml | 4 |
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" | |||
| 26 | nrf52840-hal = { version = "0.11.0" } | 26 | nrf52840-hal = { version = "0.11.0" } |
| 27 | embassy = { version = "0.1.0", path = "../embassy" } | 27 | embassy = { version = "0.1.0", path = "../embassy" } |
| 28 | embassy-nrf = { version = "0.1.0", path = "../embassy-nrf", features = ["defmt-trace", "52840"] } | 28 | embassy-nrf = { version = "0.1.0", path = "../embassy-nrf", features = ["defmt-trace", "52840"] } |
| 29 | static-executor = { version = "0.1.0", features=["defmt"]} | 29 | futures = { version = "0.3.5", default-features = false } |
| 30 | futures = { version = "0.3.5", default-features = false } \ No newline at end of file | 30 | cortex-m-rtic = { git = "https://github.com/rtic-rs/cortex-m-rtic", branch = "master"} \ No newline at end of file |
