]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Merge pull request #3063 from otavio/add-doc-is_doc_comment
[rust.git] / Cargo.toml
index 76b785bc6949c411511ff8e35a8df581d3ce0131..44646bdd4d9e70a19350f1897c33d13c03faccbb 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 
 name = "rustfmt-nightly"
-version = "0.9.0"
+version = "0.99.5"
 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 = "268.0.0"
+rustc-ap-syntax = "268.0.0"
+rustc-ap-syntax_pos = "268.0.0"
 failure = "0.1.1"
 
 [dev-dependencies]