mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-26 22:50:56 +00:00
Merge pull request #1866 from Manishearth/oli-obk-patch-2
Update compiletest dependency
This commit is contained in:
commit
d9b5f795fa
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ clippy_lints = { version = "0.0.141", path = "clippy_lints" }
|
||||||
cargo_metadata = "0.2"
|
cargo_metadata = "0.2"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
compiletest_rs = "0.2.6"
|
compiletest_rs = "0.2.7"
|
||||||
duct = "0.8.2"
|
duct = "0.8.2"
|
||||||
lazy_static = "0.2"
|
lazy_static = "0.2"
|
||||||
regex = "0.2"
|
regex = "0.2"
|
||||||
|
|
Loading…
Reference in a new issue