aboutsummaryrefslogtreecommitdiff
path: root/rtic-macros
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2024-12-06 14:13:17 +0100
committerEmil Fresk <emil.fresk@gmail.com>2024-12-06 14:23:33 +0100
commit1a1237690cf676733579ffde0f507a00950e474e (patch)
tree3d275c62ec4bbd59a15d04ca17a992da5d2a2e53 /rtic-macros
parentb41a10e794261e1539cd571aab00fca40568ba87 (diff)
Add default docs feature to rtic-macros
Diffstat (limited to 'rtic-macros')
-rw-r--r--rtic-macros/Cargo.toml5
1 files changed, 4 insertions, 1 deletions
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