upgrade to docify v0.2.4 (#1653)

Upgrades to docify v0.2.4 which adds support for exporting trait and
impl items in addition to regular items. This fixes @liamaharon's
https://github.com/sam0x17/docify/issues/9 issue.

See the release notes for more information:
https://github.com/sam0x17/docify/releases/tag/v0.2.4
This commit is contained in:
Sam Johnson
2023-09-20 15:37:52 -04:00
committed by GitHub
parent 41e38b2c09
commit d6b3fc0dbb
8 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ k256 = { version = "0.13.1", default-features = false, features = ["ecdsa"] }
environmental = { version = "1.1.4", default-features = false }
sp-genesis-builder = { path = "../../primitives/genesis-builder", default-features=false}
serde_json = { version = "1.0.107", default-features = false, features = ["alloc"] }
docify = "0.2.3"
docify = "0.2.4"
static_assertions = "1.1.0"
aquamarine = { version = "0.3.2" }