From 15e285486742d3ce0bcbf5de7bf7f82370495c4a Mon Sep 17 00:00:00 2001 From: topecongiro Date: Mon, 25 May 2020 21:20:26 +0900 Subject: [PATCH] Release v2.0.0-rc.2 --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- rustfmt-core/rustfmt-bin/Cargo.toml | 4 ++-- rustfmt-core/rustfmt-lib/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7cb1a881726..7ee439ed27c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1057,7 +1057,7 @@ dependencies = [ [[package]] name = "rustfmt-nightly" -version = "2.0.0-rc.1" +version = "2.0.0-rc.2" dependencies = [ "anyhow", "cargo_metadata", @@ -1077,7 +1077,7 @@ dependencies = [ [[package]] name = "rustfmt_lib" -version = "2.0.0-rc.1" +version = "2.0.0-rc.2" dependencies = [ "annotate-snippets 0.8.0", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index a741d6adf9d..bb7ad511ddb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rustfmt-nightly" -version = "2.0.0-rc.1" +version = "2.0.0-rc.2" authors = ["Nicholas Cameron ", "The Rustfmt developers"] description = "Tool to find and fix Rust formatting issues" repository = "https://github.com/rust-lang/rustfmt" @@ -51,7 +51,7 @@ regex = { version = "1.0", optional = true } serde = { version = "1.0", optional = true } serde_json = { version = "1.0", optional = true } -rustfmt_lib = { path = "rustfmt-core/rustfmt-lib", version = "2.0.0-rc.1" } +rustfmt_lib = { path = "rustfmt-core/rustfmt-lib", version = "2.0.0-rc.2" } [dev-dependencies] lazy_static = "1.0" diff --git a/rustfmt-core/rustfmt-bin/Cargo.toml b/rustfmt-core/rustfmt-bin/Cargo.toml index 3d8e033957c..b03a882058a 100644 --- a/rustfmt-core/rustfmt-bin/Cargo.toml +++ b/rustfmt-core/rustfmt-bin/Cargo.toml @@ -2,7 +2,7 @@ # The metadata of this crate is intentionally removed to avoid publishing this crate by accident. name = "rustfmt-bin" -version = "2.0.0-rc.1" +version = "2.0.0-rc.2" edition = "2018" [[bin]] @@ -42,7 +42,7 @@ structopt = "0.3" term = "0.6" thiserror = "1.0" -rustfmt_lib = { path = "../rustfmt-lib", version = "2.0.0-rc.1" } +rustfmt_lib = { path = "../rustfmt-lib", version = "2.0.0-rc.2" } [dev-dependencies] lazy_static = "1.0" diff --git a/rustfmt-core/rustfmt-lib/Cargo.toml b/rustfmt-core/rustfmt-lib/Cargo.toml index 646c4c1c0d1..1bc4c7fd194 100644 --- a/rustfmt-core/rustfmt-lib/Cargo.toml +++ b/rustfmt-core/rustfmt-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustfmt_lib" -version = "2.0.0-rc.1" +version = "2.0.0-rc.2" authors = ["topecongiro "] edition = "2018" description = "Rustfmt as a library"