]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Do not trim a block from expression if its condition will go multi-line
[rust.git] / Cargo.toml
index 76b785bc6949c411511ff8e35a8df581d3ce0131..5e8e90b3750a0fb8ee58eca8bbbeb4bd88133520 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 
 name = "rustfmt-nightly"
-version = "0.9.0"
+version = "0.99.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"
@@ -47,9 +47,9 @@ env_logger = "0.5"
 getopts = "0.2"
 derive-new = "0.5"
 cargo_metadata = "0.6"
-rustc-ap-rustc_target = "209.0.0"
-rustc-ap-syntax = "209.0.0"
-rustc-ap-syntax_pos = "209.0.0"
+rustc-ap-rustc_target = "253.0.0"
+rustc-ap-syntax = "253.0.0"
+rustc-ap-syntax_pos = "253.0.0"
 failure = "0.1.1"
 
 [dev-dependencies]