Remove now unused dependency on flate2 from rustc_driver

This commit is contained in:
bjorn3 2017-09-23 15:27:54 +02:00
parent 95fb1d008f
commit 18005203e1
2 changed files with 0 additions and 2 deletions

1
src/Cargo.lock generated
View File

@ -1554,7 +1554,6 @@ dependencies = [
"ar 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"arena 0.0.0",
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
"flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
"graphviz 0.0.0",
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
"owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -10,7 +10,6 @@ crate-type = ["dylib"]
[dependencies]
arena = { path = "../libarena" }
flate2 = "0.2"
graphviz = { path = "../libgraphviz" }
log = { version = "0.3", features = ["release_max_level_info"] }
owning_ref = "0.3.3"