diff options
| author | Tyler <[email protected]> | 2023-08-24 17:38:04 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-24 17:38:04 -0600 |
| commit | f033089625b4883f9b8811f5c291292529f66767 (patch) | |
| tree | 6ecb235b98bb67c9b064fca2b47e035fbeeb234e /docs/modules/ROOT/examples/basic | |
| parent | 6d8a5c6c20953c998df6ddd26906abe520df946d (diff) | |
| parent | 2a6b743b9e8dbeef6b02320b2485f3f1efe4a337 (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.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 | ||
