From 8710b4a3f45ac40aedde25a7adac5582c5ad88eb Mon Sep 17 00:00:00 2001 From: Nikolay Volf Date: Wed, 17 Aug 2016 17:52:57 +0400 Subject: [PATCH] ipc as a deault feature (#1927) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bdd2e5b4f..907e77792 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ version = "0.8" default-features = false [features] -default = ["ui", "use-precompiled-js"] +default = ["ui", "use-precompiled-js", "ipc"] ui = ["dapps", "ethcore-signer/ui"] use-precompiled-js = ["ethcore-dapps/use-precompiled-js", "ethcore-signer/use-precompiled-js"] dapps = ["ethcore-dapps"]