diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-03-10 23:38:47 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-10 23:38:47 +0000 |
| commit | db8050b388187c6a13d008c3c3b5f260eecd3559 (patch) | |
| tree | 3d54927ce409975c58dff4409b8a140a4b68abd1 /examples/nrf | |
| parent | 828cdb295183b8733ec636a80e0d35e6f8e41827 (diff) | |
| parent | 9bad9365dcf31dd558aca05f60d244beb9e5e697 (diff) | |
Merge #627
627: Update Rust nightly, embedded-hal 1.0, embedded-hal-async. r=Dirbaio a=Dirbaio
Includes the SpiDevice/SpiBus split. https://github.com/rust-embedded/embedded-hal/pull/351
Includes the GAT where clause location change. https://github.com/rust-lang/rust/issues/89122
Co-authored-by: Dario Nieuwenhuis <[email protected]>
Diffstat (limited to 'examples/nrf')
| -rw-r--r-- | examples/nrf/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nrf/Cargo.toml b/examples/nrf/Cargo.toml index 2d9c99530..7fdc27ffa 100644 --- a/examples/nrf/Cargo.toml +++ b/examples/nrf/Cargo.toml | |||
| @@ -6,7 +6,7 @@ version = "0.1.0" | |||
| 6 | 6 | ||
| 7 | [features] | 7 | [features] |
| 8 | default = ["nightly"] | 8 | default = ["nightly"] |
| 9 | nightly = ["embassy-nrf/nightly"] | 9 | nightly = ["embassy-nrf/nightly", "embassy-nrf/unstable-traits"] |
| 10 | 10 | ||
| 11 | [dependencies] | 11 | [dependencies] |
| 12 | embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt"] } | 12 | embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt"] } |
