We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eae5b2 commit e430542Copy full SHA for e430542
runtime/oak/src/lib.rs
@@ -180,7 +180,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
180
impl_name: create_runtime_str!("oak"),
181
authoring_version: 1,
182
spec_version: 296,
183
- impl_version: 1,
+ impl_version: 2,
184
apis: RUNTIME_API_VERSIONS,
185
transaction_version: 19,
186
state_version: 0,
runtime/turing/src/lib.rs
@@ -182,7 +182,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
impl_name: create_runtime_str!("turing"),
187
188
0 commit comments