Skip to content

Commit 1a12376

Browse files
committed
Add default docs feature to rtic-macros
1 parent b41a10e commit 1a12376

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

rtic-macros/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ name = "rtic-macros"
2222
readme = "../README.md"
2323
repository = "https://github.com/rtic-rs/rtic"
2424

25-
version = "2.1.1"
25+
version = "2.1.2"
26+
27+
[package.metadata.docs.rs]
28+
features = ["test-template"]
2629

2730
[lib]
2831
proc-macro = true

rtic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ riscv = { version = "0.12.1", optional = true }
3131
cortex-m = { version = "0.7.0", optional = true }
3232
bare-metal = "1.0.0"
3333
portable-atomic = { version = "1", default-features = false }
34-
rtic-macros = { path = "../rtic-macros", version = "=2.1.1" }
34+
rtic-macros = { path = "../rtic-macros", version = "=2.1.2" }
3535
rtic-core = "1"
3636
critical-section = "1"
3737

0 commit comments

Comments
 (0)