Skip to content

Commit

Permalink
Fix wrong substrate dependency path (paritytech#658)
Browse files Browse the repository at this point in the history
* Fix wrong substrate dependency path

* Update cargo lock
  • Loading branch information
sorpaas authored May 10, 2022
1 parent 12d7986 commit 533dfaf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 57 deletions.
70 changes: 14 additions & 56 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ rand = "0.8"
rlp = "0.5"
tokio = { version = "1.14", features = ["sync"] }

prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/purestake/substrate", branch = "master" }
prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate", branch = "master" }
sc-client-api = { version = "4.0.0-dev", git = "https://github.com/paritytech/substrate", branch = "master" }
sc-network = { version = "0.10.0-dev", git = "https://github.com/paritytech/substrate", branch = "master" }
sc-rpc = { version = "4.0.0-dev", git = "https://github.com/paritytech/substrate", branch = "master" }
Expand Down

0 comments on commit 533dfaf

Please sign in to comment.