diff options
author | F_Punk <fabiopungg@gmail.com> | 2021-08-05 19:00:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-05 19:00:02 +0200 |
commit | 29211a57b49b7c7b80a54ccd35336adff001f6b2 (patch) | |
tree | fbd9f731f01ee5e5f0a72986f2b0c7dcc41e8260 /examples/src/bin/ble_bas_peripheral.rs | |
parent | eef35f64eb2a01c832355e057ceb8fcb5b1feb28 (diff) | |
download | nrf-softdevice-29211a57b49b7c7b80a54ccd35336adff001f6b2.zip |
update embassy and toolchain (#76)
* update toolchain to nightly-08-03
update embassy
remove removed features
* oops, missed a toolchain file
Diffstat (limited to 'examples/src/bin/ble_bas_peripheral.rs')
-rw-r--r-- | examples/src/bin/ble_bas_peripheral.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/src/bin/ble_bas_peripheral.rs b/examples/src/bin/ble_bas_peripheral.rs index 37c584e..8793c82 100644 --- a/examples/src/bin/ble_bas_peripheral.rs +++ b/examples/src/bin/ble_bas_peripheral.rs @@ -1,8 +1,6 @@ #![no_std] #![no_main] #![feature(type_alias_impl_trait)] -#![feature(min_type_alias_impl_trait)] -#![feature(impl_trait_in_bindings)] #![feature(alloc_error_handler)] #![allow(incomplete_features)] |