allow trailling comma in decl_event (#2117)

* allow trailling comma in decl_event

* Update srml/support/src/event.rs

Co-Authored-By: xlc <xlchen1291@gmail.com>

* Update srml/support/src/event.rs

Co-Authored-By: xlc <xlchen1291@gmail.com>

* Update srml/support/src/event.rs

Co-Authored-By: xlc <xlchen1291@gmail.com>

* Update srml/support/src/event.rs

Co-Authored-By: xlc <xlchen1291@gmail.com>

* Update srml/support/src/event.rs

Co-Authored-By: xlc <xlchen1291@gmail.com>

* bump version and update wasm
This commit is contained in:
Xiliang Chen
2019-03-29 20:19:36 +13:00
committed by Bastian Köcher
parent e22b491783
commit ea868b6e30
4 changed files with 79 additions and 35 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
impl_name: create_runtime_str!("substrate-node"),
authoring_version: 10,
spec_version: 48,
impl_version: 48,
impl_version: 49,
apis: RUNTIME_API_VERSIONS,
};