mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-20 10:25:41 +00:00
Get substrate dependencies from crates io (#387)
* get Substrate dependencies from crates.io * removing unused dependencies * cargo fmt --all * remove commented dependencies * remove commented dependencies again * try to fix compilation
This commit is contained in:
committed by
Bastian Köcher
parent
f43e405b5e
commit
07a514e9f7
@@ -13,4 +13,5 @@ log = "0.4.11"
|
||||
sysinfo = "0.15"
|
||||
|
||||
# Substrate dependencies
|
||||
substrate-prometheus-endpoint = { version = "0.8.0", git = "https://github.com/paritytech/substrate.git", tag = "v2.0.0" }
|
||||
|
||||
substrate-prometheus-endpoint = "0.8"
|
||||
|
||||
Reference in New Issue
Block a user