Skip to content

Commit

Permalink
update rustc_tools_util and cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Sep 29, 2018
1 parent eac20f3 commit 584a774
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
54 changes: 27 additions & 27 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ git2 = "0.7" # check if repo is git repo
rayon = "1.0" # parallel for iterators

# https://github.com/rust-lang-nursery/rust-clippy
rustc_tools_util = { git = "https://github.com/rust-lang-nursery/rust-clippy", rev = "cdde22c2cc01c62474b2b73a93e6ad4a4498e230" } # git version information
rustc_tools_util = { git = "https://github.com/rust-lang-nursery/rust-clippy", rev = "37ba42b7bc0d3dc93eb8fa4d17edcd8303415afe" } # git version information

[dev-dependencies]
# https://github.com/colin-kiegel/rust-pretty-assertions
pretty_assertions = "0.5" # colored diff assertions

[build-dependencies]
# https://github.com/rust-lang-nursery/rust-clippy
rustc_tools_util = { git = "https://github.com/rust-lang-nursery/rust-clippy", rev = "cdde22c2cc01c62474b2b73a93e6ad4a4498e230" } # git version information
rustc_tools_util = { git = "https://github.com/rust-lang-nursery/rust-clippy", rev = "37ba42b7bc0d3dc93eb8fa4d17edcd8303415afe" } # git version information


[[bin]]
Expand Down

0 comments on commit 584a774

Please sign in to comment.