Add trait to get module and call names. (#4854)

* Add trait to get module and call names.


Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
Marcio Diaz
2020-02-10 14:27:40 +01:00
committed by GitHub
parent aff0445b24
commit fa27c8145d
3 changed files with 45 additions and 1 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 215,
impl_version: 0,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
};