mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 16:51:03 +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:
+1
-2
@@ -33,5 +33,4 @@ subxt-codegen = { version = "0.2.0", path = "../codegen" }
|
||||
pretty_assertions = "0.6.1"
|
||||
subxt = { path = ".." }
|
||||
trybuild = "1.0.38"
|
||||
|
||||
sp-keyring = { git = "https://github.com/paritytech/substrate/", branch = "master" }
|
||||
sp-keyring = "4.0.0"
|
||||
|
||||
Reference in New Issue
Block a user