Merge branch 'master' into tx_queue_live

Conflicts:
	miner/src/miner.rs
This commit is contained in:
Tomasz Drwięga
2016-03-18 19:31:14 +01:00
24 changed files with 172 additions and 47 deletions

View File

@@ -22,7 +22,7 @@ ethminer = { path = "../miner" }
rustc-serialize = "0.3"
transient-hashmap = "0.1"
serde_macros = { version = "0.7.0", optional = true }
clippy = { version = "0.0.50", optional = true }
clippy = { version = "0.0.54", optional = true }
[build-dependencies]
serde_codegen = { version = "0.7.0", optional = true }