compiling ethcore on beta

This commit is contained in:
debris
2016-02-19 00:06:06 +01:00
parent 3c599838dc
commit df3d17789a
9 changed files with 18 additions and 20 deletions

View File

@@ -20,7 +20,7 @@ lazy_static = "0.1"
eth-secp256k1 = { git = "https://github.com/arkpar/rust-secp256k1.git" }
rust-crypto = "0.2.34"
elastic-array = "0.4"
heapsize = { git = "https://github.com/nikvolf/heapsize" }
heapsize = "0.3"
itertools = "0.4"
crossbeam = "0.2"
slab = { git = "https://github.com/arkpar/slab.git" }