diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2024-12-06 14:13:17 +0100 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2024-12-06 14:23:33 +0100 |
| commit | 1a1237690cf676733579ffde0f507a00950e474e (patch) | |
| tree | 3d275c62ec4bbd59a15d04ca17a992da5d2a2e53 /rtic-macros/Cargo.toml | |
| parent | b41a10e794261e1539cd571aab00fca40568ba87 (diff) | |
Add default docs feature to rtic-macros
Diffstat (limited to 'rtic-macros/Cargo.toml')
| -rw-r--r-- | rtic-macros/Cargo.toml | 5 |
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 |
