Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 61c435f

Browse files
committed
Update Rustfmt to 1.0.1
1 parent a2a9e85 commit 61c435f

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ categories = ["development-tools"]
1010

1111
build = "build.rs"
1212

13-
[patch.crates-io]
14-
rustfmt-nightly = { git = "https://github.com/rust-lang/rustfmt", rev = "8222381d8f47f2a40dfbb11c5b28bddbd2f62f97" }
15-
1613
[dependencies]
1714
cargo = { git = "https://github.com/rust-lang/cargo", rev = "5e85ba14aaa20f8133863373404cb0af69eeef2c" }
1815
cargo_metadata = "0.6"
@@ -35,7 +32,7 @@ rls-rustc = "0.5.0"
3532
rls-span = { version = "0.4", features = ["serialize-serde"] }
3633
rls-vfs = "0.7"
3734
rustc_tools_util = { git = "https://github.com/rust-lang/rust-clippy", rev = "754b4c07233ee18820265bd18467aa82263f9a3a" }
38-
rustfmt-nightly = "1.0.0"
35+
rustfmt-nightly = "1.0.1"
3936
rustc-serialize = "0.3"
4037
serde = "1.0"
4138
serde_json = "1.0"

0 commit comments

Comments
 (0)