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

Commit 1a6361b

Browse files
authored
Merge pull request #1225 from Xanewok/clippy
Update Clippy
2 parents d303b59 + c48042c commit 1a6361b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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 & 1 deletion
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 = "2a9f16da7ffc4877aacf7547bac705f0d82de2d6" }
1515
cargo_metadata = "0.6"
16-
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "baec524fac2f627c1bddd3bce57448c32a86d8aa", optional = true }
16+
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "756b32e1e2ad474097f8d3e510b319dd5023297d", optional = true }
1717
env_logger = "0.5"
1818
failure = "0.1.1"
1919
home = "0.3"

0 commit comments

Comments
 (0)