9270 Backport of Align versions for runtimes (#1517) (#1574)

* Align versions for runtimes (#1517)

* update cargo lock

Co-authored-by: Branislav Kontur <bkontur@gmail.com>
This commit is contained in:
Squirrel
2022-09-02 10:17:43 +01:00
committed by GitHub
parent 9faf9b1e4f
commit 2b9816ec41
3 changed files with 3 additions and 3 deletions
Generated
+1 -1
View File
@@ -6813,7 +6813,7 @@ checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
[[package]] [[package]]
name = "penpal-runtime" name = "penpal-runtime"
version = "0.1.0" version = "0.9.27"
dependencies = [ dependencies = [
"cumulus-pallet-aura-ext", "cumulus-pallet-aura-ext",
"cumulus-pallet-dmp-queue", "cumulus-pallet-dmp-queue",
@@ -1,6 +1,6 @@
[package] [package]
name = "penpal-runtime" name = "penpal-runtime"
version = "0.1.0" version = "0.9.27"
authors = ["Anonymous"] authors = ["Anonymous"]
description = "A parachain for communication back and forth with XCM of assets and uniques." description = "A parachain for communication back and forth with XCM of assets and uniques."
license = "Unlicense" license = "Unlicense"
@@ -186,7 +186,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("penpal-parachain"), spec_name: create_runtime_str!("penpal-parachain"),
impl_name: create_runtime_str!("penpal-parachain"), impl_name: create_runtime_str!("penpal-parachain"),
authoring_version: 1, authoring_version: 1,
spec_version: 1, spec_version: 9270,
impl_version: 0, impl_version: 0,
apis: RUNTIME_API_VERSIONS, apis: RUNTIME_API_VERSIONS,
transaction_version: 1, transaction_version: 1,