aboutsummaryrefslogtreecommitdiff
path: root/macros/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 /macros/Cargo.toml
parentc91b14bcd49f05ea40617dbd3166afa63234cb91 (diff)
add "nightly" feature
Diffstat (limited to 'macros/Cargo.toml')
-rw-r--r--macros/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index 31fa842..48e75f8 100644
--- a/macros/Cargo.toml
+++ b/macros/Cargo.toml
@@ -27,4 +27,5 @@ default-features = false
version = "0.5.5"
[features]
-timer-queue = [] \ No newline at end of file
+timer-queue = []
+nightly = [] \ No newline at end of file