From 1e93400325f0686b632c6d57d496a77c4354c016 Mon Sep 17 00:00:00 2001 From: datdenkikniet Date: Thu, 13 Apr 2023 22:18:45 +0200 Subject: [PATCH] rtic: allow docs.rs to build docs --- rtic/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rtic/Cargo.toml b/rtic/Cargo.toml index 9a05b7532e..f28c9a721a 100644 --- a/rtic/Cargo.toml +++ b/rtic/Cargo.toml @@ -24,6 +24,9 @@ repository = "https://github.com/rtic-rs/rtic" version = "2.0.0-alpha.1" +[package.metadata.docs.rs] +features = ["rtic-macros/test-template"] + [lib] name = "rtic"