Update Substrate, bump versions, clean up sort (#1496)

* Sort cleanups

* Bump versions
This commit is contained in:
Gavin Wood
2020-07-29 14:31:31 +02:00
committed by GitHub
parent 4c3bd7db00
commit 756f95c407
26 changed files with 45 additions and 45 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "kusama-runtime"
version = "0.8.19"
version = "0.8.22"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
build = "build.rs"
+1 -1
View File
@@ -87,7 +87,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("kusama"),
impl_name: create_runtime_str!("parity-kusama"),
authoring_version: 2,
spec_version: 2021,
spec_version: 2022,
impl_version: 0,
#[cfg(not(feature = "disable-runtime-api"))]
apis: RUNTIME_API_VERSIONS,