]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Use correct budget
[rust.git] / Cargo.toml
index 568227869b8c66991722454b81f5ff97a588044e..4f5eaa7f0181f2a37dd369fe1623143433e1b317 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 
 name = "rustfmt"
-version = "0.8.3"
+version = "0.8.4"
 authors = ["Nicholas Cameron <ncameron@mozilla.com>", "The Rustfmt developers"]
 description = "Tool to find and fix Rust formatting issues"
 repository = "https://github.com/rust-lang-nursery/rustfmt"
@@ -26,18 +26,13 @@ serde_json = "1.0"
 unicode-segmentation = "1.0.0"
 regex = "0.2"
 term = "0.4"
-strings = "0.0.1"
+strings = "0.1"
 diff = "0.1"
 syntex_syntax = "0.58"
 syntex_errors = "0.58"
 log = "0.3"
 env_logger = "0.4"
 getopts = "0.2"
-itertools = "0.5.8"
-multimap = "0.3"
-
-[build-dependencies]
-walkdir = "1.0.3"
 
 [target.'cfg(unix)'.dependencies]
 libc = "0.2.11"