Use WIP branch for compiletest_rs

This commit is contained in:
Philipp Hansch 2018-12-09 16:26:03 +01:00
parent f7bdf500d9
commit bd74fdce22
No known key found for this signature in database
GPG Key ID: B6FA06A6E0E2665B
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ rustc_tools_util = { version = "0.1.0", path = "rustc_tools_util"}
[dev-dependencies] [dev-dependencies]
clippy_dev = { version = "0.0.1", path = "clippy_dev" } clippy_dev = { version = "0.0.1", path = "clippy_dev" }
cargo_metadata = "0.6.2" cargo_metadata = "0.6.2"
compiletest_rs = "0.3.16" compiletest_rs = { git = "https://github.com/phansch/compiletest-rs.git", branch = "add_rustfix_support" }
lazy_static = "1.0" lazy_static = "1.0"
serde_derive = "1.0" serde_derive = "1.0"
clippy-mini-macro-test = { version = "0.2", path = "mini-macro" } clippy-mini-macro-test = { version = "0.2", path = "mini-macro" }