fix Fixed64 (#5784)

* fix fixed64

* improve

* bump version
This commit is contained in:
Xiliang Chen
2020-04-27 05:39:16 +12:00
committed by GitHub
parent 15e33c46f3
commit fbc4e7f055
2 changed files with 49 additions and 3 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 244,
impl_version: 1,
impl_version: 2,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
};