]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Merge pull request #2997 from matthiaskrgr/cargo_test_release
[rust.git] / Cargo.toml
index 8f025b456cd9890d9b9607e8ffd5e522b388dd2e..3af9c7f0bcf2a603b1b552a2a326a2322558c50b 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 
 name = "rustfmt-nightly"
-version = "0.99.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 = "211.0.0"
-rustc-ap-syntax = "211.0.0"
-rustc-ap-syntax_pos = "211.0.0"
+rustc-ap-rustc_target = "246.0.0"
+rustc-ap-syntax = "246.0.0"
+rustc-ap-syntax_pos = "246.0.0"
 failure = "0.1.1"
 
 [dev-dependencies]