Skip to content

Commit

Permalink
Pull relevant clippy_lints version
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanewok committed Mar 10, 2019
1 parent 60da121 commit 6840dd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ rls-vfs = "0.7"

cargo = { git = "https://github.com/rust-lang/cargo", rev = "716b02cb4c7b75ce435eb06defa25bc2d725909c" }
cargo_metadata = "0.7"
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "caccf8bd4c3d490d6a4cf329a3411bbf68753642", optional = true }
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "016d92d6ed5ae8a3785b65aa300768abbc26f818", optional = true }
env_logger = "0.6"
failure = "0.1.1"
home = "0.3"
Expand Down

0 comments on commit 6840dd6

Please sign in to comment.