Prepare for version 0.7.23 (#899)

* Bump version

* Cargo lock

* Bump runtime version

* Bump Substrate again to include recent fix
This commit is contained in:
Gavin Wood
2020-03-13 15:49:33 +01:00
committed by GitHub
parent 1ddfb5c4e1
commit 844ca939ab
19 changed files with 203 additions and 203 deletions
+3 -3
View File
@@ -78,8 +78,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("kusama"),
impl_name: create_runtime_str!("parity-kusama"),
authoring_version: 2,
spec_version: 1050,
impl_version: 1,
spec_version: 1051,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
};
@@ -871,7 +871,7 @@ sp_api::impl_runtime_apis! {
}
#[cfg(feature = "runtime-benchmarks")]
impl frame_benchmarking::Benchmark<Block> for Runtime {
impl frame_benchmarking::Benchmark<Block> for Runtime {
fn dispatch_benchmark(
module: Vec<u8>,
extrinsic: Vec<u8>,