mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 05:21:03 +00:00
upgrade to docify 0.2.6 (#2069)
Updates `docify` to 0.2.6, which fixes a bug that was preventing nesting `#[docify::export]` within sub-items of items that already have `#[docify::export]` attached to them from working properly. Release notes here: https://github.com/sam0x17/docify/releases/tag/v0.2.6 cc @ggwpez @kianenigma
This commit is contained in:
@@ -27,7 +27,7 @@ sp-std = { path = "../../primitives/std", default-features = false}
|
||||
sp-storage = { path = "../../primitives/storage", default-features = false}
|
||||
sp-timestamp = { path = "../../primitives/timestamp", default-features = false}
|
||||
|
||||
docify = "0.2.5"
|
||||
docify = "0.2.6"
|
||||
|
||||
[dev-dependencies]
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
|
||||
Reference in New Issue
Block a user