Skip to content

Commit

Permalink
deps: use rustc_tools_util from crates.io instead of clippy git repo
Browse files Browse the repository at this point in the history
Fixes #27
  • Loading branch information
matthiaskrgr committed Jan 1, 2019
1 parent f8f3df2 commit b23f21d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 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.

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ git2 = "0.8.0" # check if repo is git repo
rayon = "1.0.3" # parallel for iteratorsn

# https://github.com/rust-lang/rust-clippy
rustc_tools_util = { git = "https://github.com/rust-lang/rust-clippy", rev = "dec389a5eea427c4faf20327baa7f34096a4e41f" } # git version information
rustc_tools_util = "0.1.0" # git version information

[dev-dependencies]
# https://github.com/colin-kiegel/rust-pretty-assertions
Expand All @@ -44,8 +44,7 @@ regex = "1.1.0" # use regex in tests

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

rustc_tools_util = "0.1.0"

[[bin]]
name = "cargo-cache"
Expand Down

0 comments on commit b23f21d

Please sign in to comment.