Fix linkedmap instance head of (#3690)

This commit is contained in:
thiolliere
2019-09-25 22:38:29 +02:00
committed by GitHub
parent f277c4884a
commit 66b0e00651
3 changed files with 176 additions and 54 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: 164,
spec_version: 165,
impl_version: 165,
apis: RUNTIME_API_VERSIONS,
};