mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
Update to latest substrate (#120)
This commit is contained in:
committed by
Robert Habermeier
parent
82e866be42
commit
36034e79a2
@@ -6,6 +6,6 @@ description = "Test parachain which adds to a number as its state transition"
|
||||
|
||||
[dependencies]
|
||||
polkadot-parachain = { path = "../../parachain/", default-features = false }
|
||||
parity-codec = { version = "2.1", default-features = false }
|
||||
parity-codec-derive = { version = "2.1", default-features = false }
|
||||
parity-codec = { version = "3.0", default-features = false }
|
||||
parity-codec-derive = { version = "3.0", default-features = false }
|
||||
tiny-keccak = "1.4"
|
||||
|
||||
@@ -137,6 +137,7 @@ fn main() {
|
||||
executable_name: "adder-collator",
|
||||
description: "collator for adder parachain",
|
||||
author: "parity technologies",
|
||||
support_url: "https://github.com/paritytech/polkadot/issues/new",
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user