mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 18:07:58 +00:00
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:
committed by
Bastian Köcher
parent
e22b491783
commit
ea868b6e30
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
BIN
Binary file not shown.
Reference in New Issue
Block a user