Companion for Runtime Semver (#987)

* Companion for Runtime Semver

* Fix
This commit is contained in:
Gavin Wood
2020-04-17 12:10:58 +02:00
committed by GitHub
parent b50d2f2d1f
commit e303f92f20
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -87,6 +87,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 1058, spec_version: 1058,
impl_version: 0, impl_version: 0,
apis: RUNTIME_API_VERSIONS, apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
}; };
/// Native version. /// Native version.
+1
View File
@@ -89,6 +89,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 1007, spec_version: 1007,
impl_version: 0, impl_version: 0,
apis: RUNTIME_API_VERSIONS, apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
}; };
/// Native version. /// Native version.
+1
View File
@@ -83,6 +83,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 1050, spec_version: 1050,
impl_version: 0, impl_version: 0,
apis: RUNTIME_API_VERSIONS, apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
}; };
/// Native version. /// Native version.
+1
View File
@@ -86,6 +86,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 3, spec_version: 3,
impl_version: 0, impl_version: 0,
apis: RUNTIME_API_VERSIONS, apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
}; };
/// Native version. /// Native version.