Fix linkemap swap (#3468)

* fix linkedmap swap

* version bump
This commit is contained in:
thiolliere
2019-08-24 06:51:40 +02:00
committed by Gavin Wood
parent 725aa0aec8
commit a3e2a710c8
3 changed files with 66 additions and 1 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 149,
impl_version: 149,
impl_version: 150,
apis: RUNTIME_API_VERSIONS,
};