mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 22:51:13 +00:00
use a single source for simple-mermaid dependency (#2760)
this breaks cargo vendor which is necessary for building polkadot with nix
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ pallet-examples = { path = "../../substrate/frame/examples" }
|
||||
pallet-default-config-example = { path = "../../substrate/frame/examples/default-config" }
|
||||
|
||||
# How we build docs in rust-docs
|
||||
simple-mermaid = { git = "https://github.com/kianenigma/simple-mermaid.git", branch = "main" }
|
||||
simple-mermaid = { git = "https://github.com/kianenigma/simple-mermaid.git", rev = "e48b187bcfd5cc75111acd9d241f1bd36604344b" }
|
||||
docify = "0.2.6"
|
||||
|
||||
# Polkadot SDK deps, typically all should only be in scope such that we can link to their doc item.
|
||||
|
||||
Reference in New Issue
Block a user