Slap runtime_version macro everywhere (#444)

* Slap runtime_version macro everywhere

* Update Substrate

This includes the fix of compilation for macOS platforms.
This commit is contained in:
Sergei Shulepov
2021-05-19 12:34:02 +02:00
committed by GitHub
parent 6674430f6e
commit 70afaae2cf
4 changed files with 185 additions and 162 deletions
@@ -59,6 +59,7 @@ use xcm_builder::{
use xcm_executor::{Config, XcmExecutor};
/// This runtime version.
#[sp_version::runtime_version]
pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("shell"),
impl_name: create_runtime_str!("shell"),