X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.toml;h=44646bdd4d9e70a19350f1897c33d13c03faccbb;hb=832a912f79cf5eda76d60c5b83238bdade21cde0;hp=33d70c0f0f6900cfbe8cde8c7d74a9b89461104d;hpb=fc057c297969e55d32038a622827829142071d2c;p=rust.git diff --git a/Cargo.toml b/Cargo.toml index 33d70c0f0f6..44646bdd4d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rustfmt-nightly" -version = "0.8.2" +version = "0.99.5" authors = ["Nicholas Cameron ", "The Rustfmt developers"] description = "Tool to find and fix Rust formatting issues" repository = "https://github.com/rust-lang-nursery/rustfmt" @@ -46,9 +46,10 @@ log = "0.4" env_logger = "0.5" getopts = "0.2" derive-new = "0.5" -cargo_metadata = "0.5.1" -rustc-ap-rustc_target = "164.0.0" -rustc-ap-syntax = "164.0.0" +cargo_metadata = "0.6" +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]