mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 04:41:03 +00:00
72eab56e88
* bump version and spec_version * bump transaction version * Bump of the default value in CI * bump tx version for westend and kusama Co-authored-by: Wilfried Kopp <wilfried@parity.io>
25 lines
1.4 KiB
TOML
25 lines
1.4 KiB
TOML
[package]
|
|
name = "remote-ext-tests-bags-list"
|
|
version = "0.9.11"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
polkadot-runtime = { version = "0.9.8", path = "../../../runtime/polkadot" }
|
|
kusama-runtime = { version = "0.9.8", path = "../../../runtime/kusama" }
|
|
|
|
pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
pallet-bags-list = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
sp-storage = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
remote-externalities = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
tokio = { version = "1", features = ["macros"] }
|
|
log = { version = "0.4.14" }
|
|
structopt = {version = "0.3.23" }
|