Implement Contains for pallet-membership (#6518)

* implement Contains for pallet-membership

* bump version
This commit is contained in:
Xiliang Chen
2020-06-27 01:37:45 +12:00
committed by GitHub
parent 510e808482
commit dd3333f8b4
2 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 254,
impl_version: 0,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
};