mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-19 20:25:40 +00:00
Use released substrate dependencies (#375)
* WIP update dependencies to crates versions * Use released versions of sp-version and sp-arithmetic * Attempt to align version of sp-keyring used to correspond to 4.0.0 releases. No luck but closer * sp-keyring 4.0.0 * also sp-keyring 4.0.0 for macro crate * simplify cargo.tomls Co-authored-by: James Wilson <james@jsdw.me>
This commit is contained in:
+5
-6
@@ -34,15 +34,15 @@ url = "2.2.1"
|
||||
|
||||
subxt-macro = { version = "0.1.0", path = "macro" }
|
||||
|
||||
sp-core = { git = "https://github.com/paritytech/substrate/", branch = "master", default-features = false }
|
||||
sp-runtime = { git = "https://github.com/paritytech/substrate/", branch = "master", default-features = false }
|
||||
sp-version = { package = "sp-version", git = "https://github.com/paritytech/substrate/", branch = "master" }
|
||||
sp-core = { version = "4.0.0", default-features = false }
|
||||
sp-runtime = { version = "4.0.0", default-features = false }
|
||||
sp-version = "4.0.0"
|
||||
|
||||
frame-metadata = "14.0.0"
|
||||
derivative = "2.2.0"
|
||||
|
||||
[dev-dependencies]
|
||||
sp-arithmetic = { git = "https://github.com/paritytech/substrate/", branch = "master", default-features = false }
|
||||
sp-arithmetic = { version = "4.0.0", default-features = false }
|
||||
assert_matches = "1.5.0"
|
||||
async-std = { version = "1.9.0", features = ["attributes", "tokio1"] }
|
||||
env_logger = "0.8.3"
|
||||
@@ -50,5 +50,4 @@ tempdir = "0.3.7"
|
||||
wabt = "0.10.0"
|
||||
which = "4.0.2"
|
||||
test-runtime = { path = "test-runtime" }
|
||||
|
||||
sp-keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate/", branch = "master" }
|
||||
sp-keyring = "4.0.0"
|
||||
|
||||
Reference in New Issue
Block a user