diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2018-12-17 01:42:53 +0100 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2018-12-17 01:42:53 +0100 |
| commit | 313a2074d75dd2611f3c37c44542c54afcbe8815 (patch) | |
| tree | ff381b4f22e6b5e60b5f85964e913f1dfd91529c /Cargo.toml | |
| parent | 3511e915b5261ca11928ced3c05fa5ce1cabb138 (diff) | |
make docs.rs build docs with +timer-queue
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
