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

Commit bd5b899

Browse files
authored
Merge pull request #1181 from alexheretic/clippyup
clippy -> a3c77f6a
2 parents 8c264cc + 1a313e6 commit bd5b899

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -13,7 +13,7 @@ build = "build.rs"
1313
[dependencies]
1414
cargo = { git = "https://github.com/rust-lang/cargo", rev = "5e85ba14aaa20f8133863373404cb0af69eeef2c" }
1515
cargo_metadata = "0.6"
16-
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "754b4c07233ee18820265bd18467aa82263f9a3a", optional = true }
16+
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "a3c77f6ad1c1c185e561e9cd7fdec7db569169d1", optional = true }
1717
env_logger = "0.5"
1818
failure = "0.1.1"
1919
itertools = "0.7.3"
@@ -31,7 +31,7 @@ rls-data = { version = "0.18.1", features = ["serialize-serde", "serialize-rustc
3131
rls-rustc = "0.5.0"
3232
rls-span = { version = "0.4", features = ["serialize-serde"] }
3333
rls-vfs = "0.7"
34-
rustc_tools_util = { git = "https://github.com/rust-lang/rust-clippy", rev = "754b4c07233ee18820265bd18467aa82263f9a3a" }
34+
rustc_tools_util = { git = "https://github.com/rust-lang/rust-clippy", rev = "a3c77f6ad1c1c185e561e9cd7fdec7db569169d1" }
3535
rustfmt-nightly = "1.0.1"
3636
rustc-serialize = "0.3"
3737
serde = "1.0"
@@ -50,7 +50,7 @@ toml = "0.4"
5050
rustc-workspace-hack = "1.0.0"
5151

5252
[build-dependencies]
53-
rustc_tools_util = { git = "https://github.com/rust-lang/rust-clippy", rev = "754b4c07233ee18820265bd18467aa82263f9a3a" }
53+
rustc_tools_util = { git = "https://github.com/rust-lang/rust-clippy", rev = "a3c77f6ad1c1c185e561e9cd7fdec7db569169d1" }
5454

5555
[features]
5656
default = ["clippy"]

0 commit comments

Comments
 (0)