aboutsummaryrefslogtreecommitdiff
path: root/macros/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-05-21 19:15:18 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-05-21 19:15:18 +0000
commitfafeeb27270ef24fc3852711c6032f65aa7dbcc0 (patch)
tree97991e8071455759d6e1aba49dd191f9c24d8bfb /macros/Cargo.toml
parent16614919c0b9c7f398f773afc7bde091a05608a6 (diff)
parent30d6327001e35476f306b6cd8185396293b41f1d (diff)
Merge #194
194: bump heapless dependency to v0.5.0; remove "nightly" feature r=japaric a=japaric 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 Co-authored-by: Jorge Aparicio <jorge@japaric.io>
Diffstat (limited to 'macros/Cargo.toml')
-rw-r--r--macros/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
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