Bumped version to v0.7.15, use minimallly-changed Substrate. (#741)

* Bumped versions

* Bump to latest substrate that exposes load_spec
This commit is contained in:
Gavin Wood
2020-01-08 14:44:49 +01:00
committed by GitHub
parent 59d121dbdc
commit 10f1f3a381
19 changed files with 188 additions and 255 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("kusama"),
impl_name: create_runtime_str!("parity-kusama"),
authoring_version: 2,
spec_version: 1035,
spec_version: 1036,
impl_version: 2,
apis: RUNTIME_API_VERSIONS,
};