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

Commit

Permalink
Update Rustfmt to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanewok committed Dec 9, 2018
1 parent a2a9e85 commit 61c435f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ categories = ["development-tools"]

build = "build.rs"

[patch.crates-io]
rustfmt-nightly = { git = "https://github.com/rust-lang/rustfmt", rev = "8222381d8f47f2a40dfbb11c5b28bddbd2f62f97" }

[dependencies]
cargo = { git = "https://github.com/rust-lang/cargo", rev = "5e85ba14aaa20f8133863373404cb0af69eeef2c" }
cargo_metadata = "0.6"
Expand All @@ -35,7 +32,7 @@ rls-rustc = "0.5.0"
rls-span = { version = "0.4", features = ["serialize-serde"] }
rls-vfs = "0.7"
rustc_tools_util = { git = "https://github.com/rust-lang/rust-clippy", rev = "754b4c07233ee18820265bd18467aa82263f9a3a" }
rustfmt-nightly = "1.0.0"
rustfmt-nightly = "1.0.1"
rustc-serialize = "0.3"
serde = "1.0"
serde_json = "1.0"
Expand Down

0 comments on commit 61c435f

Please sign in to comment.