Skip to content

Commit 15e2854

Browse files
committed
Release v2.0.0-rc.2
1 parent 0f86c75 commit 15e2854

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "rustfmt-nightly"
4-
version = "2.0.0-rc.1"
4+
version = "2.0.0-rc.2"
55
authors = ["Nicholas Cameron <ncameron@mozilla.com>", "The Rustfmt developers"]
66
description = "Tool to find and fix Rust formatting issues"
77
repository = "https://github.com/rust-lang/rustfmt"
@@ -51,7 +51,7 @@ regex = { version = "1.0", optional = true }
5151
serde = { version = "1.0", optional = true }
5252
serde_json = { version = "1.0", optional = true }
5353

54-
rustfmt_lib = { path = "rustfmt-core/rustfmt-lib", version = "2.0.0-rc.1" }
54+
rustfmt_lib = { path = "rustfmt-core/rustfmt-lib", version = "2.0.0-rc.2" }
5555

5656
[dev-dependencies]
5757
lazy_static = "1.0"

rustfmt-core/rustfmt-bin/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# The metadata of this crate is intentionally removed to avoid publishing this crate by accident.
44
name = "rustfmt-bin"
5-
version = "2.0.0-rc.1"
5+
version = "2.0.0-rc.2"
66
edition = "2018"
77

88
[[bin]]
@@ -42,7 +42,7 @@ structopt = "0.3"
4242
term = "0.6"
4343
thiserror = "1.0"
4444

45-
rustfmt_lib = { path = "../rustfmt-lib", version = "2.0.0-rc.1" }
45+
rustfmt_lib = { path = "../rustfmt-lib", version = "2.0.0-rc.2" }
4646

4747
[dev-dependencies]
4848
lazy_static = "1.0"

rustfmt-core/rustfmt-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustfmt_lib"
3-
version = "2.0.0-rc.1"
3+
version = "2.0.0-rc.2"
44
authors = ["topecongiro <seuchida@gmail.com>"]
55
edition = "2018"
66
description = "Rustfmt as a library"

0 commit comments

Comments
 (0)