bump versions in preparation for next release (#1103)

* bump collator version

* bump statmint runtimes versions

* Update lock file

* unifying runtime versions
This commit is contained in:
Squirrel
2022-03-22 17:01:15 +00:00
committed by GitHub
parent fc903ed678
commit 9717379012
7 changed files with 7 additions and 7 deletions
Generated
+1 -1
View File
@@ -7329,7 +7329,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-collator" name = "polkadot-collator"
version = "5.2.0" version = "5.3.0"
dependencies = [ dependencies = [
"assert_cmd", "assert_cmd",
"async-trait", "async-trait",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "polkadot-collator" name = "polkadot-collator"
version = "5.2.0" version = "5.3.0"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs" build = "build.rs"
edition = "2021" edition = "2021"
@@ -93,7 +93,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("test-parachain"), spec_name: create_runtime_str!("test-parachain"),
impl_name: create_runtime_str!("test-parachain"), impl_name: create_runtime_str!("test-parachain"),
authoring_version: 1, authoring_version: 1,
spec_version: 14, spec_version: 800,
impl_version: 0, impl_version: 0,
apis: RUNTIME_API_VERSIONS, apis: RUNTIME_API_VERSIONS,
transaction_version: 1, transaction_version: 1,
+1 -1
View File
@@ -56,7 +56,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("seedling"), spec_name: create_runtime_str!("seedling"),
impl_name: create_runtime_str!("seedling"), impl_name: create_runtime_str!("seedling"),
authoring_version: 1, authoring_version: 1,
spec_version: 1, spec_version: 800,
impl_version: 0, impl_version: 0,
apis: RUNTIME_API_VERSIONS, apis: RUNTIME_API_VERSIONS,
transaction_version: 1, transaction_version: 1,
+1 -1
View File
@@ -82,7 +82,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("statemine"), spec_name: create_runtime_str!("statemine"),
impl_name: create_runtime_str!("statemine"), impl_name: create_runtime_str!("statemine"),
authoring_version: 1, authoring_version: 1,
spec_version: 700, spec_version: 800,
impl_version: 0, impl_version: 0,
apis: RUNTIME_API_VERSIONS, apis: RUNTIME_API_VERSIONS,
transaction_version: 5, transaction_version: 5,
+1 -1
View File
@@ -83,7 +83,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("statemint"), spec_name: create_runtime_str!("statemint"),
impl_name: create_runtime_str!("statemint"), impl_name: create_runtime_str!("statemint"),
authoring_version: 1, authoring_version: 1,
spec_version: 700, spec_version: 800,
impl_version: 0, impl_version: 0,
apis: RUNTIME_API_VERSIONS, apis: RUNTIME_API_VERSIONS,
transaction_version: 5, transaction_version: 5,
+1 -1
View File
@@ -80,7 +80,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("westmint"), spec_name: create_runtime_str!("westmint"),
impl_name: create_runtime_str!("westmint"), impl_name: create_runtime_str!("westmint"),
authoring_version: 1, authoring_version: 1,
spec_version: 700, spec_version: 800,
impl_version: 0, impl_version: 0,
apis: RUNTIME_API_VERSIONS, apis: RUNTIME_API_VERSIONS,
transaction_version: 5, transaction_version: 5,