mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-19 21:35:44 +00:00
Update scale-info and parity-scale-codec requirements (#462)
* Update scale-info and parity-scale-codec requirements * Update CHANGELOG * Update frame-metadata * Update bitvec * Fix test * Update bitvec event decoding * More bitvec updates * Update substrate primitives dependencies * Fix up bitvec errors and decode error * Fix up bitvec errors * Update polkadot codegen
This commit is contained in:
+4
-4
@@ -16,16 +16,16 @@ proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.49"
|
||||
codec = { package = "parity-scale-codec", version = "2", default-features = false, features = ["derive", "full"] }
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "full"] }
|
||||
darling = "0.13.0"
|
||||
frame-metadata = "14.0"
|
||||
frame-metadata = "15.0.0"
|
||||
heck = "0.4.0"
|
||||
proc-macro2 = "1.0.24"
|
||||
proc-macro-crate = "0.1.5"
|
||||
proc-macro-error = "1.0.4"
|
||||
quote = "1.0.8"
|
||||
syn = "1.0.58"
|
||||
scale-info = "1.0.0"
|
||||
scale-info = "2.0.0"
|
||||
|
||||
subxt-codegen = { path = "../codegen", version = "0.17.0" }
|
||||
|
||||
@@ -33,4 +33,4 @@ subxt-codegen = { path = "../codegen", version = "0.17.0" }
|
||||
pretty_assertions = "1.0.0"
|
||||
subxt = { path = "../subxt" }
|
||||
trybuild = "1.0.38"
|
||||
sp-keyring = "5.0.0"
|
||||
sp-keyring = "6.0.0"
|
||||
|
||||
Reference in New Issue
Block a user