Bump all spec version to 9180 and versions to 0.9.18 (#5083)

* bump all spec version to 9180 and versions to 0.9.18

* all to 0.9.18

* lock update
This commit is contained in:
Dan Shields
2022-03-11 02:19:47 -07:00
committed by GitHub
parent 8a17c614f0
commit 6fc2da146f
90 changed files with 178 additions and 178 deletions
@@ -1,16 +1,16 @@
[package]
name = "remote-ext-tests-bags-list"
version = "0.9.17"
version = "0.9.18"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
[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" }
polkadot-runtime = { path = "../../../runtime/polkadot" }
kusama-runtime = { path = "../../../runtime/kusama" }
westend-runtime = { path = "../../../runtime/westend" }
polkadot-runtime-constants = { path = "../../../runtime/polkadot/constants" }
kusama-runtime-constants = { path = "../../../runtime/kusama/constants" }
westend-runtime-constants = { 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" }