avoid expect, on free availability core (#3994)

* MVP fix

* bump spec version rococo

* fmt

* better var names

* remove duplicate desc

* expand comment
This commit is contained in:
Bernhard Schuster
2021-10-03 13:09:53 +02:00
committed by GitHub
parent c48b2f08ad
commit 5a1dc74a9a
2 changed files with 25 additions and 13 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("rococo"),
impl_name: create_runtime_str!("parity-rococo-v1.8"),
authoring_version: 0,
spec_version: 9104,
spec_version: 9105,
impl_version: 0,
#[cfg(not(feature = "disable-runtime-api"))]
apis: RUNTIME_API_VERSIONS,