File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
172
172
impl_name : create_runtime_str ! ( "neumann" ) ,
173
173
authoring_version : 1 ,
174
174
spec_version : 295 ,
175
- impl_version : 0 ,
175
+ impl_version : 1 ,
176
176
apis : RUNTIME_API_VERSIONS ,
177
177
transaction_version : 17 ,
178
178
state_version : 0 ,
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
172
172
impl_name : create_runtime_str ! ( "oak" ) ,
173
173
authoring_version : 1 ,
174
174
spec_version : 295 ,
175
- impl_version : 0 ,
175
+ impl_version : 1 ,
176
176
apis : RUNTIME_API_VERSIONS ,
177
177
transaction_version : 18 ,
178
178
state_version : 0 ,
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
176
176
impl_name : create_runtime_str ! ( "turing" ) ,
177
177
authoring_version : 1 ,
178
178
spec_version : 295 ,
179
- impl_version : 0 ,
179
+ impl_version : 1 ,
180
180
apis : RUNTIME_API_VERSIONS ,
181
181
transaction_version : 18 ,
182
182
state_version : 0 ,
You can’t perform that action at this time.
0 commit comments