git.delta.rocks / unique-network / refs/commits / b868d3d6c959

difftreelog

Adjust RuntimeVersions

Daniel Shiposha2022-03-05parent: #7e0ba1d.patch.diff
in: master

3 files changed

modifiedruntime/opal/src/lib.rsdiffbeforeafterboth
148148
149/// 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,
modifiedruntime/quartz/src/lib.rsdiffbeforeafterboth
136136
137/// This runtime version.137/// This runtime version.
138pub const VERSION: RuntimeVersion = RuntimeVersion {138pub const VERSION: RuntimeVersion = RuntimeVersion {
139 spec_name: create_runtime_str!("quartz"),139 spec_name: create_runtime_str!(RUNTIME_NAME),
140 impl_name: create_runtime_str!("quartz"),140 impl_name: create_runtime_str!(RUNTIME_NAME),
141 authoring_version: 1,141 authoring_version: 1,
142 spec_version: 916001,142 spec_version: 916001,
143 impl_version: 0,143 impl_version: 0,
modifiedruntime/unique/src/lib.rsdiffbeforeafterboth
136136
137/// This runtime version.137/// This runtime version.
138pub const VERSION: RuntimeVersion = RuntimeVersion {138pub const VERSION: RuntimeVersion = RuntimeVersion {
139 spec_name: create_runtime_str!("quartz"),139 spec_name: create_runtime_str!(RUNTIME_NAME),
140 impl_name: create_runtime_str!("quartz"),140 impl_name: create_runtime_str!(RUNTIME_NAME),
141 authoring_version: 1,141 authoring_version: 1,
142 spec_version: 916001,142 spec_version: 916001,
143 impl_version: 0,143 impl_version: 0,