diff options
| author | Chuck Davis <[email protected]> | 2023-04-28 13:35:22 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-28 13:35:22 -0500 |
| commit | 49bed094a343f91ae1010b9ce3d74a6ff6dc0a76 (patch) | |
| tree | 175d3a6b18d6ee084482ef376ad7cf45669f84ec /docs/modules/ROOT/examples/basic | |
| parent | 49ecd8d7c554334dc265840723b8548a1b8b8e98 (diff) | |
| parent | 3e730aa8b06401003202bf9e21a9c83ec6b21b0e (diff) | |
Merge branch 'embassy-rs:master' into master
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 e3e446e63..237ae0ac2 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.1.0", path = "../../../../../embassy-executor", features = ["defmt", "nightly", "integrated-timers", "arch-cortex-m", "executor-thread"] } | 9 | embassy-executor = { version = "0.2.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 | ||
