make calls public (#6109)

This commit is contained in:
Xiliang Chen
2020-05-22 19:04:20 +12:00
committed by GitHub
parent 3cd546cf80
commit efae379676
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 250,
impl_version: 1,
impl_version: 2,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
};