diff options
| author | xoviat <[email protected]> | 2023-08-23 20:27:23 -0500 |
|---|---|---|
| committer | xoviat <[email protected]> | 2023-08-23 20:27:23 -0500 |
| commit | 9c94eac919e06be5286d8ab19779263875d158d2 (patch) | |
| tree | 444c5d206a59a09b357c3f41ee7981256aaf6d45 /docs/modules/ROOT/examples/basic | |
| parent | 00aadf6085d080546ebbed91e2b1e2d6ecbbedea (diff) | |
| parent | bed1f07c15455f7c88364a06b8c94b3c781c2f68 (diff) | |
Merge branch 'main' of https://github.com/embassy-rs/embassy into rtc-lp
Diffstat (limited to 'docs/modules/ROOT/examples/basic')
| -rw-r--r-- | docs/modules/ROOT/examples/basic/Cargo.toml | 2 |
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" | |||
| 6 | license = "MIT OR Apache-2.0" | 6 | license = "MIT OR Apache-2.0" |
| 7 | 7 | ||
| 8 | [dependencies] | 8 | [dependencies] |
| 9 | embassy-executor = { version = "0.2.0", path = "../../../../../embassy-executor", features = ["defmt", "nightly", "integrated-timers", "arch-cortex-m", "executor-thread"] } | 9 | embassy-executor = { version = "0.3.0", path = "../../../../../embassy-executor", features = ["defmt", "nightly", "integrated-timers", "arch-cortex-m", "executor-thread"] } |
| 10 | embassy-time = { version = "0.1.0", path = "../../../../../embassy-time", features = ["defmt", "nightly"] } | 10 | embassy-time = { version = "0.1.0", path = "../../../../../embassy-time", features = ["defmt", "nightly"] } |
| 11 | embassy-nrf = { version = "0.1.0", path = "../../../../../embassy-nrf", features = ["defmt", "nrf52840", "time-driver-rtc1", "gpiote", "nightly"] } | 11 | embassy-nrf = { version = "0.1.0", path = "../../../../../embassy-nrf", features = ["defmt", "nrf52840", "time-driver-rtc1", "gpiote", "nightly"] } |
| 12 | 12 | ||
