Updated gcc crate to remove one of duplicated dependencies (#4909)

This commit is contained in:
Marek Kotewicz
2017-03-15 12:13:19 +01:00
committed by Arkadiy Paronyan
parent 1959f0ae12
commit b27138e93f
3 changed files with 19 additions and 27 deletions

View File

@@ -15,7 +15,7 @@ log = "0.3"
env_logger = "0.3"
rustc-serialize = "0.3"
rust-crypto = "0.2.34"
num_cpus = "0.2"
num_cpus = "1.2"
crossbeam = "0.2.9"
lazy_static = "0.2"
bloomchain = "0.1"