From 1a1237690cf676733579ffde0f507a00950e474e Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Fri, 6 Dec 2024 14:13:17 +0100 Subject: Add default docs feature to rtic-macros --- rtic-macros/Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'rtic-macros/Cargo.toml') diff --git a/rtic-macros/Cargo.toml b/rtic-macros/Cargo.toml index 904aa83..8611472 100644 --- a/rtic-macros/Cargo.toml +++ b/rtic-macros/Cargo.toml @@ -22,7 +22,10 @@ name = "rtic-macros" readme = "../README.md" repository = "https://github.com/rtic-rs/rtic" -version = "2.1.1" +version = "2.1.2" + +[package.metadata.docs.rs] +features = ["test-template"] [lib] proc-macro = true -- cgit v1.2.3