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:
André Silva
2023-12-20 14:38:01 +00:00
committed by GitHub
parent 4f832ea865
commit b51904da56
3 changed files with 5 additions and 10 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ sp-std = { path = "../std", default-features = false }
sp-weights = { path = "../weights", default-features = false }
docify = { version = "0.2.6" }
simple-mermaid = { git = "https://github.com/kianenigma/simple-mermaid.git", branch = "main" }
simple-mermaid = { git = "https://github.com/kianenigma/simple-mermaid.git", rev = "e48b187bcfd5cc75111acd9d241f1bd36604344b" }
[dev-dependencies]
rand = "0.8.5"