upgrade to docify v0.2.3 (#1555)

Upgrades to docify v0.2.3, which includes a fix for
https://github.com/sam0x17/docify/issues/7 and full support for
multi-byte UTF-8 characters
This commit is contained in:
Sam Johnson
2023-09-15 01:03:46 -04:00
committed by GitHub
parent d81a2e2fa9
commit c6df364157
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ sp-io = { path = "../../primitives/io", default-features = false}
sp-runtime = { path = "../../primitives/runtime", default-features = false}
sp-std = { path = "../../primitives/std", default-features = false}
docify = "0.2.1"
docify = "0.2.3"
[dev-dependencies]
sp-core = { path = "../../primitives/core" }