Fix semantics of ExistenceRequirement::KeepAlive. (#3796)

* Fix semantics of ExistenceRequirement::KeepAlive.

* Bump runtime version
This commit is contained in:
Gavin Wood
2019-10-11 13:59:26 +02:00
committed by GitHub
parent 4dbc9265ee
commit eba7df9a7b
4 changed files with 49 additions and 3 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// and set impl_version to equal spec_version. If only runtime
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 174,
spec_version: 175,
impl_version: 175,
apis: RUNTIME_API_VERSIONS,
};