mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 02:51:08 +00:00
skip phantom for decl_event (#2158)
* use parity-codec-derive from parity-codec everywhere * codec v3.2 -> v3.3 * skip phantom when deriving event * fix decl_module call * update impl version of node + builds
This commit is contained in:
committed by
Bastian Köcher
parent
0f3363d681
commit
7e3b2d464a
@@ -8,7 +8,7 @@ edition = "2018"
|
||||
error-chain = "0.12"
|
||||
futures = "0.1"
|
||||
log = "0.4"
|
||||
parity-codec = "3.2"
|
||||
parity-codec = "3.3"
|
||||
parking_lot = "0.7.1"
|
||||
sr-primitives = { path = "../sr-primitives" }
|
||||
client = { package = "substrate-client", path = "../client" }
|
||||
|
||||
@@ -17,5 +17,5 @@ sr-primitives = { path = "../../sr-primitives" }
|
||||
[dev-dependencies]
|
||||
assert_matches = "1.1"
|
||||
env_logger = "0.6"
|
||||
parity-codec = "3.2"
|
||||
parity-codec = "3.3"
|
||||
test_runtime = { package = "substrate-test-runtime", path = "../../test-runtime" }
|
||||
|
||||
Reference in New Issue
Block a user