updated serde to version 1.0

This commit is contained in:
debris
2017-07-06 11:36:15 +02:00
parent cc718bb108
commit 61d8f90530
116 changed files with 553 additions and 662 deletions

View File

@@ -16,7 +16,7 @@
//! General error types for use in ethcore.
use rustc_serialize::hex::FromHexError;
use rustc_hex::FromHexError;
use rlp::DecoderError;
use std::fmt;
use hash::H256;