Version bumps to v0.9.16 and 9160 (#4767)

* Bump spec_version

* Bump version to 0.9.16
This commit is contained in:
Chevdor
2022-02-02 15:22:32 +01:00
committed by GitHub
parent e8e6470fb7
commit 7e9a58fc99
86 changed files with 172 additions and 172 deletions
@@ -1,16 +1,16 @@
[package]
name = "remote-ext-tests-bags-list"
version = "0.9.13"
version = "0.9.16"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
[dependencies]
polkadot-runtime = { version = "0.9.13", path = "../../../runtime/polkadot" }
kusama-runtime = { version = "0.9.13", path = "../../../runtime/kusama" }
westend-runtime = { version = "0.9.13", path = "../../../runtime/westend" }
polkadot-runtime-constants = { version = "0.9.13", path = "../../../runtime/polkadot/constants" }
kusama-runtime-constants = { version = "0.9.13", path = "../../../runtime/kusama/constants" }
westend-runtime-constants = { version = "0.9.13", path = "../../../runtime/westend/constants" }
polkadot-runtime = { version = "0.9.16", path = "../../../runtime/polkadot" }
kusama-runtime = { version = "0.9.16", path = "../../../runtime/kusama" }
westend-runtime = { version = "0.9.16", path = "../../../runtime/westend" }
polkadot-runtime-constants = { version = "0.9.16", path = "../../../runtime/polkadot/constants" }
kusama-runtime-constants = { version = "0.9.16", path = "../../../runtime/kusama/constants" }
westend-runtime-constants = { version = "0.9.16", 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" }