mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 12:11:02 +00:00
0cca1d043c
Bumps [clap](https://github.com/clap-rs/clap) from 2.33.3 to 2.34.0. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/commits) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
21 lines
873 B
TOML
21 lines
873 B
TOML
[package]
|
|
name = "remote-ext-tests-bags-list"
|
|
version = "0.9.13"
|
|
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" }
|
|
westend-runtime = { version = "0.9.8", path = "../../../runtime/westend" }
|
|
|
|
pallet-bags-list-remote-tests = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
|
|
tokio = { version = "1", features = ["macros"] }
|
|
log = { version = "0.4.14" }
|
|
structopt = {version = "0.3.25" }
|
|
clap = { version = "2.34.0" }
|