merge duty roster changes

This commit is contained in:
Robert Habermeier
2018-02-06 17:26:52 +01:00
9 changed files with 208 additions and 51 deletions
+2 -1
View File
@@ -9,7 +9,8 @@ polkadot-runtime-std = { path = "../runtime-std", version = "0.1" }
polkadot-primitives = { path = "../primitives", version = "0.1" }
rustc-hex = "1.0"
hex-literal = "0.1.0"
log = { version = "0.3", optional = true }
[features]
default = ["std"]
std = ["polkadot-runtime-codec/std", "polkadot-runtime-std/std", "polkadot-primitives/std"]
std = ["polkadot-runtime-codec/std", "polkadot-runtime-std/std", "polkadot-primitives/std", "log"]