]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Cargo fmt and update tests
[rust.git] / Cargo.toml
index 975aff5e6cf0932e42310b49e339dd5f6a566f31..7459773e27054d9578bd070b0e06406bfd29f5a1 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 
 name = "rustfmt-nightly"
-version = "0.2.14"
+version = "0.2.16"
 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"
@@ -44,6 +44,7 @@ log = "0.3"
 env_logger = "0.4"
 getopts = "0.2"
 derive-new = "0.5"
+cargo_metadata = "0.3"
 
 [target.'cfg(unix)'.dependencies]
 libc = "0.2.11"