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

Commit

Permalink
deps: update clippy_lints git dependency to f05a1038b59cd4217e58b3aef…
Browse files Browse the repository at this point in the history
…7a0751a0efd01e4
  • Loading branch information
matthiaskrgr committed Aug 21, 2018
1 parent fc9930a commit b45f96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build = "build.rs"
[dependencies]
cargo = { git = "https://github.com/rust-lang/cargo", rev = "6a7672ef5344c1bb570610f2574250fbee932355" }
cargo_metadata = "0.6"
clippy_lints = { git = "https://github.com/rust-lang-nursery/rust-clippy", rev = "07c2e614362ad8645eafe771e672a65f92e3b9a2", optional = true }
clippy_lints = { git = "https://github.com/rust-lang-nursery/rust-clippy", rev = "f05a1038b59cd4217e58b3aef7a0751a0efd01e4", optional = true }
env_logger = "0.5"
failure = "0.1.1"
itertools = "0.7.3"
Expand Down

0 comments on commit b45f96b

Please sign in to comment.