aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2019-02-15 19:52:25 +0100
committerJorge Aparicio <jorge@japaric.io>2019-02-19 12:37:25 +0100
commit88078e7770a2beda072ac37f89e2a81e5a9cb243 (patch)
treeeea481dcf82623ebd9830fc04923f3b4ac127d41 /Cargo.toml
parentc91b14bcd49f05ea40617dbd3166afa63234cb91 (diff)
add "nightly" feature
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d741f6f..f096772 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -51,6 +51,7 @@ features = ["exit"]
version = "0.5.1"
[features]
+nightly = ["cortex-m-rtfm-macros/nightly", "heapless/const-fn"]
timer-queue = ["cortex-m-rtfm-macros/timer-queue"]
[target.x86_64-unknown-linux-gnu.dev-dependencies]