summaryrefslogtreecommitdiff
path: root/nrf-softdevice
diff options
context:
space:
mode:
authorF_Punk <fabiopungg@gmail.com>2021-08-05 19:00:02 +0200
committerGitHub <noreply@github.com>2021-08-05 19:00:02 +0200
commit29211a57b49b7c7b80a54ccd35336adff001f6b2 (patch)
treefbd9f731f01ee5e5f0a72986f2b0c7dcc41e8260 /nrf-softdevice
parenteef35f64eb2a01c832355e057ceb8fcb5b1feb28 (diff)
downloadnrf-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 'nrf-softdevice')
-rw-r--r--nrf-softdevice/src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/nrf-softdevice/src/lib.rs b/nrf-softdevice/src/lib.rs
index e515064..44648fb 100644
--- a/nrf-softdevice/src/lib.rs
+++ b/nrf-softdevice/src/lib.rs
@@ -2,8 +2,6 @@
#![feature(asm)]
#![feature(generic_associated_types)]
#![feature(type_alias_impl_trait)]
-#![feature(min_type_alias_impl_trait)]
-#![feature(impl_trait_in_bindings)]
#![feature(const_fn_trait_bound)]
#![feature(cell_update)]
#![allow(incomplete_features)]