From 671c0a5e11859a710fea79542ccf9ab4f5b1509e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Wed, 3 Apr 2019 14:31:09 +0200 Subject: [PATCH] Enable `std` feature for all dependencies in node-runtime (#2193) --- substrate/node/runtime/Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/substrate/node/runtime/Cargo.toml b/substrate/node/runtime/Cargo.toml index 0bc67e9ed8..9cdceb96ac 100644 --- a/substrate/node/runtime/Cargo.toml +++ b/substrate/node/runtime/Cargo.toml @@ -47,12 +47,14 @@ std = [ "rstd/std", "runtime_primitives/std", "support/std", + "aura/std", "balances/std", "consensus/std", "contract/std", "council/std", "democracy/std", "executive/std", + "finality-tracker/std", "grandpa/std", "indices/std", "session/std", @@ -69,6 +71,7 @@ std = [ "consensus_aura/std", "rustc-hex", "hex-literal", - "serde", "substrate-keyring", + "offchain-primitives/std", + "consensus_authorities/std", ]