Rename polkadot-primitives -> substrate-primitives.

This commit is contained in:
Gav
2018-02-07 11:33:29 +01:00
parent 25fc82c619
commit 2220c6e37a
26 changed files with 44 additions and 44 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ extern crate semver;
extern crate parking_lot;
extern crate smallvec;
extern crate ipnetwork;
extern crate polkadot_primitives as primitives;
extern crate substrate_primitives as primitives;
extern crate polkadot_client as client;
extern crate polkadot_state_machine as state_machine;
extern crate polkadot_serializer as ser;