]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Change defaults to RFC style
[rust.git] / Cargo.toml
index f47042827977bfed04b24506fcd0e50883dbec77..a79c974b31ddf4a38eaad49bd144452b9798f15e 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 
 name = "rustfmt"
-version = "0.8.4"
+version = "0.9"
 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"
+syntex_syntax = "0.59"
+syntex_errors = "0.59"
 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"