Temporary fix for serde issue (#1511)

* Generate serde bound instead of relying on serde_derive.

* remove comment
This commit is contained in:
cheme
2019-01-21 19:23:22 +01:00
committed by Gav Wood
parent 7ccd294de4
commit 8ec759d32e
3 changed files with 89 additions and 1 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
#![cfg_attr(not(feature = "std"), feature(alloc))]
#[cfg(feature = "std")]
extern crate serde;
pub extern crate serde;
#[doc(hidden)]
pub extern crate sr_std as rstd;