Altering the order [ci:skip]
This commit is contained in:
parent
f47be50843
commit
65d62ccf04
@ -24,8 +24,6 @@ extern crate serde;
|
||||
extern crate serde_json;
|
||||
extern crate jsonrpc_core;
|
||||
extern crate jsonrpc_http_server;
|
||||
#[macro_use]
|
||||
extern crate jsonrpc_macros;
|
||||
|
||||
extern crate ethcore_io as io;
|
||||
extern crate ethcore;
|
||||
@ -44,6 +42,8 @@ extern crate fetch;
|
||||
extern crate log;
|
||||
#[macro_use]
|
||||
extern crate ethcore_util as util;
|
||||
#[macro_use]
|
||||
extern crate jsonrpc_macros;
|
||||
|
||||
#[cfg(test)]
|
||||
extern crate ethjson;
|
||||
|
Loading…
Reference in New Issue
Block a user