aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2018-12-19 00:51:36 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2018-12-19 00:51:36 +0000
commit61bb8302856c25cc03726c485b340d1a04e9ca03 (patch)
treeb838457c446fc608ed8a6ab457f2d77f320128df /Cargo.toml
parent3511e915b5261ca11928ced3c05fa5ce1cabb138 (diff)
parent7de9687dfa5ede32bff268c9b9b712939dc7f5c9 (diff)
Merge #118
118: a few doc tweaks r=japaric a=japaric Co-authored-by: Jorge Aparicio <jorge@japaric.io>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d96923b..55d3fa8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -57,6 +57,9 @@ timer-queue = ["cortex-m-rtfm-macros/timer-queue"]
compiletest_rs = "0.3.16"
tempdir = "0.3.7"
+[package.metadata.docs.rs]
+features = ["timer-queue"]
+
[profile.release]
codegen-units = 1
lto = true