Derive CompactAs for Perbill/mill/U128 (#3327)

* Derive CompactAs for Perbill/mill/U128

* Increment impl_version
This commit is contained in:
Andrew Jones
2019-08-07 20:48:30 +01:00
committed by Bastian Köcher
parent c32d9a17e0
commit 65a7629361
2 changed files with 5 additions and 54 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 131,
impl_version: 131,
impl_version: 132,
apis: RUNTIME_API_VERSIONS,
};