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
Generated
+3 -8
View File
@@ -5152,7 +5152,7 @@ dependencies = [
"pallet-examples",
"parity-scale-codec",
"scale-info",
"simple-mermaid 0.1.0 (git+https://github.com/kianenigma/simple-mermaid.git?rev=e48b187bcfd5cc75111acd9d241f1bd36604344b)",
"simple-mermaid",
"sp-api",
"sp-arithmetic",
"sp-block-builder",
@@ -12831,7 +12831,7 @@ dependencies = [
"sc-rpc",
"sc-rpc-api",
"scale-info",
"simple-mermaid 0.1.0 (git+https://github.com/kianenigma/simple-mermaid.git?branch=main)",
"simple-mermaid",
"sp-api",
"sp-core",
"sp-io",
@@ -16676,11 +16676,6 @@ dependencies = [
"wide",
]
[[package]]
name = "simple-mermaid"
version = "0.1.0"
source = "git+https://github.com/kianenigma/simple-mermaid.git?branch=main#e48b187bcfd5cc75111acd9d241f1bd36604344b"
[[package]]
name = "simple-mermaid"
version = "0.1.0"
@@ -17544,7 +17539,7 @@ dependencies = [
"scale-info",
"serde",
"serde_json",
"simple-mermaid 0.1.0 (git+https://github.com/kianenigma/simple-mermaid.git?branch=main)",
"simple-mermaid",
"sp-api",
"sp-application-crypto",
"sp-arithmetic",