]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_metadata/Cargo.toml
Remove the in-tree `flate` crate
[rust.git] / src / librustc_metadata / Cargo.toml
index f47788ee036dc5e312d4a05754a3f4b0cd8c7143..67b459ea18f4af0ed646bfebff099b7e9dfa8b35 100644 (file)
@@ -9,7 +9,7 @@ path = "lib.rs"
 crate-type = ["dylib"]
 
 [dependencies]
-flate = { path = "../libflate" }
+flate2 = "0.2"
 log = "0.3"
 owning_ref = "0.3.3"
 proc_macro = { path = "../libproc_macro" }