Rename polkadot-serializer -> substrate-serializer

This commit is contained in:
Gav
2018-02-07 11:47:30 +01:00
parent 6071774f57
commit a5195dfce6
21 changed files with 56 additions and 57 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ ethcore-io = { git = "https://github.com/paritytech/parity.git" }
substrate-primitives = { path = "../primitives" }
polkadot-client = { path = "../client" }
substrate-state-machine = { path = "../state-machine" }
polkadot-serializer = { path = "../serializer" }
substrate-serializer = { path = "../serializer" }
log = "0.3"
env_logger = "0.4"
rand = "0.3"
+1 -1
View File
@@ -30,7 +30,7 @@ extern crate ipnetwork;
extern crate substrate_primitives as primitives;
extern crate polkadot_client as client;
extern crate substrate_state_machine as state_machine;
extern crate polkadot_serializer as ser;
extern crate substrate_serializer as ser;
extern crate serde;
extern crate serde_json;
#[macro_use] extern crate serde_derive;