Switch srml-session keys to decl_storage! (#3184)

* Switch `srml-session` keys to `decl_storage!`

* Expose `DEDUP_KEY_PREFIX` in constants

* Fix test

* Bump spec version
This commit is contained in:
Bastian Köcher
2019-07-24 10:40:04 +02:00
committed by Gavin Wood
parent c8dab27f35
commit 5d58d583e3
14 changed files with 365 additions and 201 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
//! Proc macro of Support code for the runtime.
// end::description[]
#![recursion_limit="256"]
#![recursion_limit="512"]
extern crate proc_macro;