mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 21:01:05 +00:00
Use simple-mermaid from crates-io (#3304)
Re https://github.com/paritytech/polkadot-sdk/issues/2922 Changes: - Use crates-io version of simple-mermaid as [v0.1.1](https://github.com/glueball/simple-mermaid/releases/tag/v0.1.1) supports no-std. - Remove from `frame` since i did not see it used. --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
committed by
GitHub
parent
c7c4fe0184
commit
5cfc05d518
@@ -48,7 +48,6 @@ frame-executive = { default-features = false, path = "../frame/executive", optio
|
||||
frame-system-rpc-runtime-api = { default-features = false, path = "../frame/system/rpc/runtime-api", optional = true }
|
||||
|
||||
docify = "0.2.7"
|
||||
simple-mermaid = { git = "https://github.com/kianenigma/simple-mermaid.git", rev = "e48b187bcfd5cc75111acd9d241f1bd36604344b", optional = true }
|
||||
log = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
@@ -78,7 +77,6 @@ std = [
|
||||
"log/std",
|
||||
"parity-scale-codec/std",
|
||||
"scale-info/std",
|
||||
"simple-mermaid",
|
||||
"sp-api?/std",
|
||||
"sp-arithmetic/std",
|
||||
"sp-block-builder?/std",
|
||||
|
||||
Reference in New Issue
Block a user