From 313a2074d75dd2611f3c37c44542c54afcbe8815 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Mon, 17 Dec 2018 01:42:53 +0100 Subject: [PATCH] make docs.rs build docs with +timer-queue --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d96923b140..55d3fa85a3 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