Switch pre-release version to dev (#5637)

This commit is contained in:
Benjamin Kampmann
2020-04-15 13:18:08 +02:00
committed by GitHub
parent cff1390456
commit 3426d662f7
175 changed files with 1612 additions and 1612 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 240,
impl_version: 1,
impl_version: 2,
apis: RUNTIME_API_VERSIONS,
};