Skip to content

Commit

Permalink
Release v2.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
topecongiro committed May 25, 2020
1 parent 0f86c75 commit 15e2854
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "rustfmt-nightly"
version = "2.0.0-rc.1"
version = "2.0.0-rc.2"
authors = ["Nicholas Cameron <[email protected]>", "The Rustfmt developers"]
description = "Tool to find and fix Rust formatting issues"
repository = "https://github.com/rust-lang/rustfmt"
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions rustfmt-core/rustfmt-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down Expand Up @@ -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"
2 changes: 1 addition & 1 deletion rustfmt-core/rustfmt-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustfmt_lib"
version = "2.0.0-rc.1"
version = "2.0.0-rc.2"
authors = ["topecongiro <[email protected]>"]
edition = "2018"
description = "Rustfmt as a library"
Expand Down

0 comments on commit 15e2854

Please sign in to comment.