Files
pezkuwi-subxt/polkadot/utils/remote-ext-tests/bags-list/Cargo.toml
T
Koute 7adde98fb4 Bump tokio to 1.17.0 (#4965)
* Bump `tokio` to 1.17.0

* Bump the `tokio` version in the test service too

* Revert changes to `bridges/relays/client-substrate/Cargo.toml`

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
2022-02-22 12:45:16 +01:00

23 lines
1.1 KiB
TOML

[package]
name = "remote-ext-tests-bags-list"
version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
[dependencies]
polkadot-runtime = { version = "0.9.17", path = "../../../runtime/polkadot" }
kusama-runtime = { version = "0.9.17", path = "../../../runtime/kusama" }
westend-runtime = { version = "0.9.17", path = "../../../runtime/westend" }
polkadot-runtime-constants = { version = "0.9.17", path = "../../../runtime/polkadot/constants" }
kusama-runtime-constants = { version = "0.9.17", path = "../../../runtime/kusama/constants" }
westend-runtime-constants = { version = "0.9.17", path = "../../../runtime/westend/constants" }
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" }
clap = { version = "3.0", features = ["derive"] }
log = "0.4.14"
tokio = { version = "1.17.0", features = ["macros"] }