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
+2 -2
View File
@@ -13,10 +13,10 @@ uint = { git = "https://github.com/rphmeier/primitives.git", branch = "compile-f
twox-hash = { version = "1.1.0", optional = true }
byteorder = { version = "1.1", default_features = false }
blake2-rfc = { version = "0.2.18", optional = true }
substrate-codec = { path = "../codec", version = "0.1", default_features = false }
substrate-codec = { path = "../codec", default_features = false }
[dev-dependencies]
polkadot-serializer = { path = "../serializer", version = "0.1" }
substrate-serializer = { path = "../serializer" }
pretty_assertions = "0.4"
[features]