X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.toml;h=5e8e90b3750a0fb8ee58eca8bbbeb4bd88133520;hb=f70d139f9c2ceac9bb31e917c073a9643a0e6f8b;hp=99c83f993d4c43d38702e7e7a806a0cfefd3f080;hpb=bcb64fdab83a4cedf4f604ef84fc27840fb9c2c4;p=rust.git diff --git a/Cargo.toml b/Cargo.toml index 99c83f993d4..5e8e90b3750 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rustfmt-nightly" -version = "0.8.3" +version = "0.99.4" authors = ["Nicholas Cameron ", "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 = "201.0.0" -rustc-ap-syntax = "201.0.0" -rustc-ap-syntax_pos = "201.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]