mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Rc5 (#143)
* Update to rc6. * Update runtime. * Update node to rc6. * Update client. * Fix node. * Add option to enable telemetry.
This commit is contained in:
@@ -16,19 +16,19 @@ proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
heck = "0.3.1"
|
||||
proc-macro2 = "1.0.18"
|
||||
proc-macro-crate = "0.1.4"
|
||||
proc-macro-error = "1.0.2"
|
||||
proc-macro2 = "1.0.19"
|
||||
proc-macro-crate = "0.1.5"
|
||||
proc-macro-error = "1.0.3"
|
||||
quote = "1.0.7"
|
||||
syn = "1.0.33"
|
||||
syn = "1.0.35"
|
||||
synstructure = "0.12.4"
|
||||
|
||||
[dev-dependencies]
|
||||
async-std = { version = "=1.5.0", features = ["attributes"] }
|
||||
async-std = { version = "1.6.2", features = ["attributes"] }
|
||||
codec = { package = "parity-scale-codec", version = "1.3.0", features = ["derive"] }
|
||||
env_logger = "0.7.1"
|
||||
pretty_assertions = "0.6.1"
|
||||
sp-keyring = "2.0.0-rc4"
|
||||
sp-keyring = "2.0.0-rc5"
|
||||
substrate-subxt = { path = ".." }
|
||||
trybuild = "1.0.30"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user