mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-12-11 12:47:16 +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"
|
readme = "../README.md"
|
||||||
repository = "https://github.com/rtic-rs/rtic"
|
repository = "https://github.com/rtic-rs/rtic"
|
||||||
|
|
||||||
version = "2.1.1"
|
version = "2.1.2"
|
||||||
|
|
||||||
|
[package.metadata.docs.rs]
|
||||||
|
features = ["test-template"]
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
|
@ -31,7 +31,7 @@ riscv = { version = "0.12.1", optional = true }
|
||||||
cortex-m = { version = "0.7.0", optional = true }
|
cortex-m = { version = "0.7.0", optional = true }
|
||||||
bare-metal = "1.0.0"
|
bare-metal = "1.0.0"
|
||||||
portable-atomic = { version = "1", default-features = false }
|
portable-atomic = { version = "1", default-features = false }
|
||||||
rtic-macros = { path = "../rtic-macros", version = "=2.1.1" }
|
rtic-macros = { path = "../rtic-macros", version = "=2.1.2" }
|
||||||
rtic-core = "1"
|
rtic-core = "1"
|
||||||
critical-section = "1"
|
critical-section = "1"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue