diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2023-04-06 21:06:54 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-06 21:06:54 +0000 |
| commit | 60809edf2ce8f3cb91d31398dc347e4193e2e5f2 (patch) | |
| tree | 235cf525211002fe703b08abc011fe02cb90ed2c /embassy-embedded-hal/src/lib.rs | |
| parent | c9b7dbc541cdd5bb8a898e81ed7173490866cba8 (diff) | |
| parent | be37eee13dbd7833e0d74ea57d31d3e5c58cd47f (diff) | |
Merge #1306
1306: Update embedded-hal r=Dirbaio a=Dirbaio
- [x] Wait for merge https://github.com/rust-embedded/embedded-hal/pull/443
- [x] Wait for release
- [x] embassy-embedded-hal
- [x] embassy-nrf
- [x] embassy-stm32
- [x] embassy-rp
Co-authored-by: Dario Nieuwenhuis <[email protected]>
Diffstat (limited to 'embassy-embedded-hal/src/lib.rs')
| -rw-r--r-- | embassy-embedded-hal/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-embedded-hal/src/lib.rs b/embassy-embedded-hal/src/lib.rs index 8da042228..a23fbdc41 100644 --- a/embassy-embedded-hal/src/lib.rs +++ b/embassy-embedded-hal/src/lib.rs | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #![cfg_attr(not(feature = "std"), no_std)] | 1 | #![cfg_attr(not(feature = "std"), no_std)] |
| 2 | #![cfg_attr( | 2 | #![cfg_attr( |
| 3 | feature = "nightly", | 3 | feature = "nightly", |
| 4 | feature(type_alias_impl_trait, async_fn_in_trait, impl_trait_projections) | 4 | feature(type_alias_impl_trait, async_fn_in_trait, impl_trait_projections, try_blocks) |
| 5 | )] | 5 | )] |
| 6 | #![cfg_attr(feature = "nightly", allow(incomplete_features))] | 6 | #![cfg_attr(feature = "nightly", allow(incomplete_features))] |
| 7 | #![warn(missing_docs)] | 7 | #![warn(missing_docs)] |
