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
@@ -6,7 +6,7 @@ extern crate pwasm_libc;
#[cfg(feature = "nightly")]
extern crate pwasm_alloc;
extern crate polkadot_primitives as primitives;
extern crate substrate_primitives as primitives;
pub use alloc::vec;
pub use alloc::boxed;