mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 02:51:01 +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
@@ -17,5 +17,5 @@ millau-runtime = { path = "../../bin/millau-runtime" }
|
||||
|
||||
# Substrate Dependencies
|
||||
|
||||
frame-system = { version = "2.0.0", tag = 'v2.0.0', git = "https://github.com/paritytech/substrate.git" }
|
||||
sp-runtime = { version = "2.0.0", tag = 'v2.0.0', git = "https://github.com/paritytech/substrate.git" }
|
||||
frame-system = "2.0"
|
||||
sp-runtime = "2.0"
|
||||
|
||||
Reference in New Issue
Block a user