fix compilation for native

This commit is contained in:
Robert Habermeier
2018-02-06 12:24:34 +01:00
parent 5a675e9c64
commit af2fdc5478
12 changed files with 226 additions and 36 deletions
+2 -4
View File
@@ -15,8 +15,7 @@ polkadot-state-machine = { path = "../state-machine", version = "0.1", optional
polkadot-primitives = { path = "../primitives", version = "0.1", default_features = false }
polkadot-runtime-codec = { path = "../runtime-codec", version = "0.1", default_features = false }
triehash = { version = "0.1", optional = true }
ring = { version = "0.12", optional = true }
untrusted = { version = "0.5", optional = true }
ed25519 = { path = "../ed25519", version = "0.1", optional = true }
[features]
default = ["std"]
@@ -26,8 +25,7 @@ std = [
"triehash",
"polkadot-primitives/std",
"polkadot-runtime-codec/std",
"ring",
"untrusted"
"ed25519",
]
nightly = []
strict = []