Revert "Update schnorrkel to 0.7.0 (#3261)" (#3264)

This reverts commit a5fa1ddd99.
This commit is contained in:
Tomasz Drwięga
2019-07-31 00:19:32 +02:00
committed by GitHub
parent a5fa1ddd99
commit 04c115a6e9
9 changed files with 41 additions and 46 deletions
+2 -2
View File
@@ -79,8 +79,8 @@ 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: 124,
impl_version: 124,
spec_version: 123,
impl_version: 125,
apis: RUNTIME_API_VERSIONS,
};