Skip to content

Commit

Permalink
Add default docs feature to rtic-macros
Browse files Browse the repository at this point in the history
  • Loading branch information
korken89 committed Dec 6, 2024
1 parent b41a10e commit 1b0c21e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion rtic-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion rtic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ riscv = { version = "0.12.1", optional = true }
cortex-m = { version = "0.7.0", optional = true }
bare-metal = "1.0.0"
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"
critical-section = "1"

Expand Down

0 comments on commit 1b0c21e

Please sign in to comment.