Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit 04d5b5c

Browse files
author
Tomasz Drwięga
committed
Merge branch 'master' into h256
Conflicts: ethcore/src/account.rs
2 parents 0ef6de9 + 6087590 commit 04d5b5c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+1448
-311
lines changed

Cargo.lock

Lines changed: 180 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,26 @@ daemonize = "0.2"
2121
num_cpus = "0.2"
2222
number_prefix = "0.2"
2323
rpassword = "0.1"
24-
clippy = { version = "0.0.54", optional = true }
24+
clippy = { version = "0.0.61", optional = true}
2525
ethcore = { path = "ethcore" }
2626
ethcore-util = { path = "util" }
2727
ethsync = { path = "sync" }
2828
ethminer = { path = "miner" }
2929
ethcore-devtools = { path = "devtools" }
3030
ethcore-rpc = { path = "rpc", optional = true }
31+
ethcore-webapp = { path = "webapp", optional = true }
32+
3133

3234
[dependencies.hyper]
3335
version = "0.8"
3436
default-features = false
3537

3638
[features]
37-
default = ["rpc"]
39+
default = ["rpc", "webapp"]
3840
rpc = ["ethcore-rpc"]
39-
dev = ["clippy", "ethcore/dev", "ethcore-util/dev", "ethsync/dev", "ethcore-rpc/dev", "ethminer/dev"]
41+
webapp = ["ethcore-webapp"]
42+
dev = ["clippy", "ethcore/dev", "ethcore-util/dev", "ethsync/dev", "ethcore-rpc/dev", "ethminer/dev",
43+
"ethcore-webapp/dev"]
4044
travis-beta = ["ethcore/json-tests"]
4145
travis-nightly = ["ethcore/json-tests", "dev"]
4246

0 commit comments

Comments
 (0)