difftreelog
Adjust RuntimeVersions
in: master
3 files changed
runtime/opal/src/lib.rsdiffbeforeafterboth148148149/// This runtime version.149/// This runtime version.150pub const VERSION: RuntimeVersion = RuntimeVersion {150pub const VERSION: RuntimeVersion = RuntimeVersion {151 spec_name: create_runtime_str!("opal"),151 spec_name: create_runtime_str!(RUNTIME_NAME),152 impl_name: create_runtime_str!("opal"),152 impl_name: create_runtime_str!(RUNTIME_NAME),153 authoring_version: 1,153 authoring_version: 1,154 spec_version: 917004,154 spec_version: 917004,155 impl_version: 0,155 impl_version: 0,runtime/quartz/src/lib.rsdiffbeforeafterboth--- a/runtime/quartz/src/lib.rs
+++ b/runtime/quartz/src/lib.rs
@@ -136,8 +136,8 @@
/// This runtime version.
pub const VERSION: RuntimeVersion = RuntimeVersion {
- spec_name: create_runtime_str!("quartz"),
- impl_name: create_runtime_str!("quartz"),
+ spec_name: create_runtime_str!(RUNTIME_NAME),
+ impl_name: create_runtime_str!(RUNTIME_NAME),
authoring_version: 1,
spec_version: 916001,
impl_version: 0,
runtime/unique/src/lib.rsdiffbeforeafterboth--- a/runtime/unique/src/lib.rs
+++ b/runtime/unique/src/lib.rs
@@ -136,8 +136,8 @@
/// This runtime version.
pub const VERSION: RuntimeVersion = RuntimeVersion {
- spec_name: create_runtime_str!("quartz"),
- impl_name: create_runtime_str!("quartz"),
+ spec_name: create_runtime_str!(RUNTIME_NAME),
+ impl_name: create_runtime_str!(RUNTIME_NAME),
authoring_version: 1,
spec_version: 916001,
impl_version: 0,