Skip to content

Commit

Permalink
use a single source for simple-mermaid dependency (paritytech#2760)
Browse files Browse the repository at this point in the history
this breaks cargo vendor which is necessary for building polkadot with
nix
  • Loading branch information
andresilva authored Dec 20, 2023
1 parent 23cd51a commit 30760ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/primitives/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 30760ef

Please sign in to comment.