mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 20:31:04 +00:00
f8cc39a761
* Bump spec_version to 9310 * bump transaction_version (0.9.31) (#6171) * Bump transaction_version for polkadot * Bump transaction_version for kusama * Bump transaction_version for rococo * Bump transaction_version for westend * Bump transaction_version for polkadot * Bump transaction_version for kusama * Bump transaction_version for rococo * Bump transaction_version for westend * Bump crate versions (0.9.31)
16 lines
522 B
TOML
16 lines
522 B
TOML
[package]
|
|
name = "polkadot-voter-bags"
|
|
version = "0.9.31"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.0.9", features = ["derive"] }
|
|
|
|
generate-bags = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
|
|
westend-runtime = { path = "../../runtime/westend" }
|
|
kusama-runtime = { path = "../../runtime/kusama" }
|
|
polkadot-runtime = { path = "../../runtime/polkadot" }
|