fix and test default instance for collective (#3135)

This commit is contained in:
thiolliere
2019-07-17 19:00:20 +02:00
committed by GitHub
parent eea9437805
commit 62f62c6c48
2 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 113,
impl_version: 113,
impl_version: 114,
apis: RUNTIME_API_VERSIONS,
};