mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
Add default docs feature to rtic-macros
This commit is contained in:
parent
b41a10e794
commit
1a1237690c
2 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue