Skip to content

Commit b1b1517

Browse files
committed
Rename libs
1 parent b0f3f13 commit b1b1517

File tree

1,145 files changed

+515
-489
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,145 files changed

+515
-489
lines changed

Cargo.lock

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

Cargo.toml

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

33
name = "rustfmt-nightly"
4-
version = "1.4.10"
4+
version = "2.0.0-rc.1"
55
authors = ["Nicholas Cameron <[email protected]>", "The Rustfmt developers"]
66
description = "Tool to find and fix Rust formatting issues"
77
repository = "https://github.com/rust-lang/rustfmt"
@@ -31,7 +31,7 @@ path = "src/git-rustfmt/main.rs"
3131
default = ["cargo-fmt", "rustfmt-format-diff"]
3232
cargo-fmt = []
3333
rustfmt-format-diff = []
34-
generic-simd = ["rustfmt_core/generic-simd"]
34+
generic-simd = ["rustfmt_lib/generic-simd"]
3535

3636
[dependencies]
3737
ansi_term = "0.12"
@@ -47,7 +47,7 @@ structopt = "0.3"
4747
term = "0.6"
4848
thiserror = "1.0"
4949

50-
rustfmt_core = { path = "rustfmt-lib/rustfmt-core" }
50+
rustfmt_lib = { path = "rustfmt-core/rustfmt-lib", version = "1.0" }
5151

5252
[dev-dependencies]
5353
lazy_static = "1.0"
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[workspace]
22
members = [
33
"rustfmt-config",
4-
"rustfmt-core",
54
"rustfmt-emitter",
5+
"rustfmt-lib",
66
]

rustfmt-lib/rustfmt-core/Cargo.toml renamed to rustfmt-core/rustfmt-lib/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
2-
name = "rustfmt_core"
2+
name = "rustfmt_lib"
33
version = "1.0.0"
44
authors = ["topecongiro <[email protected]>"]
55
edition = "2018"
6-
description = "Rustfmt core library"
6+
description = "Rustfmt as a library"
77
license = "Apache-2.0/MIT"
88
repository = "https://github.com/rust-lang/rustfmt"
99

0 commit comments

Comments
 (0)