diff options
| author | Dion Dokter <[email protected]> | 2023-10-20 14:17:55 +0200 |
|---|---|---|
| committer | Dion Dokter <[email protected]> | 2023-10-20 14:17:55 +0200 |
| commit | 5b3f75dc726afaf21b6c957b88f8eeb0c9ae322c (patch) | |
| tree | c2b2920f63d83e32dd7f3f2ef18c64d73b997557 /docs/modules/ROOT/examples | |
| parent | 6f2995cd4c70a2b6c977f553a2d5efcd8216bba7 (diff) | |
| parent | 88ada521461031b7241b09e40aa56f4e64827967 (diff) | |
Merge branch 'master' into center-align
Diffstat (limited to 'docs/modules/ROOT/examples')
| -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 e94358a92..527ce2eda 100644 --- a/docs/modules/ROOT/examples/basic/Cargo.toml +++ b/docs/modules/ROOT/examples/basic/Cargo.toml | |||
| @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0" | |||
| 7 | 7 | ||
| 8 | [dependencies] | 8 | [dependencies] |
| 9 | embassy-executor = { version = "0.3.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.4", 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 | ||
| 13 | defmt = "0.3" | 13 | defmt = "0.3" |
