From 30d6327001e35476f306b6cd8185396293b41f1d Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Tue, 21 May 2019 15:22:25 +0200 Subject: bump heapless dependency to v0.5.0; remove "nightly" feature with the upcoming version of heapless we are able to initialize all internal queues in const context removing the need for late initialization this commit also removes the "nightly" feature because all the optimization provided by it are now enabled by default --- macros/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'macros/Cargo.toml') diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 3771869..df20f8c 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -23,5 +23,4 @@ features = ["extra-traits", "full"] version = "0.15.23" [features] -timer-queue = [] -nightly = [] \ No newline at end of file +timer-queue = [] \ No newline at end of file -- cgit v1.2.3