@@ -3,7 +3,7 @@ members = [".", "client", "proc-macro", "test-node"]
33
44[package ]
55name = " substrate-subxt"
6- version = " 0.10.1 "
6+ version = " 0.11.0 "
77authors = [" Parity Technologies <admin@parity.io>" ]
88edition = " 2018"
99
@@ -28,7 +28,7 @@ num-traits = { version = "0.2.12", default-features = false }
2828serde = { version = " 1.0.114" , features = [" derive" ] }
2929serde_json = " 1.0.56"
3030url = " 2.1.1"
31- codec = { package = " parity-scale-codec" , version = " 1.3" , default-features = false , features = [" derive" , " full" ] }
31+ codec = { package = " parity-scale-codec" , version = " 1.3.4 " , default-features = false , features = [" derive" , " full" ] }
3232
3333frame-metadata = { version = " 11.0.0-rc5" , package = " frame-metadata" }
3434frame-support = { version = " 2.0.0-rc5" , package = " frame-support" }
@@ -40,17 +40,16 @@ sp-rpc = { version = "2.0.0-rc5", package = "sp-rpc" }
4040sp-core = { version = " 2.0.0-rc5" , package = " sp-core" }
4141sc-rpc-api = { version = " 0.8.0-rc5" , package = " sc-rpc-api" }
4242sp-transaction-pool = { version = " 2.0.0-rc5" , package = " sp-transaction-pool" }
43- substrate-subxt-client = { version = " 0.2 .0" , path = " client" , optional = true }
44- substrate-subxt-proc-macro = { version = " 0.9 .0" , path = " proc-macro" }
43+ substrate-subxt-client = { version = " 0.3 .0" , path = " client" , optional = true }
44+ substrate-subxt-proc-macro = { version = " 0.11 .0" , path = " proc-macro" }
4545
4646[dev-dependencies ]
4747async-std = { version = " 1.6.2" , features = [" attributes" ] }
4848env_logger = " 0.7.1"
4949frame-system = { version = " 2.0.0-rc5" , package = " frame-system" }
5050pallet-balances = { version = " 2.0.0-rc5" , package = " pallet-balances" }
5151sp-keyring = { version = " 2.0.0-rc5" , package = " sp-keyring" }
52- substrate-subxt-client = { version = " 0.2 .0" , path = " client" }
52+ substrate-subxt-client = { version = " 0.3 .0" , path = " client" }
5353tempdir = " 0.3.7"
5454test-node = { path = " test-node" }
5555wabt = " 0.10.0"
56- wabt-sys = " 0.8.0"
0 commit comments