diff options
| author | Philipp Hansch <dev@phansch.net> | 2018-12-09 16:26:03 +0100 |
|---|---|---|
| committer | Philipp Hansch <dev@phansch.net> | 2018-12-28 20:53:01 +0100 |
| commit | bd74fdce2288746b2a4db678830447385e3319d2 (patch) | |
| tree | 943fefbe201b8852e67aba79e74cb13a52078f9a | |
| parent | f7bdf500d93895b6c02f8ae6a73002207f85e523 (diff) | |
| download | rust-bd74fdce2288746b2a4db678830447385e3319d2.tar.gz rust-bd74fdce2288746b2a4db678830447385e3319d2.zip | |
Use WIP branch for compiletest_rs
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 359a6e43bdb..13d081e92cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ rustc_tools_util = { version = "0.1.0", path = "rustc_tools_util"} [dev-dependencies] clippy_dev = { version = "0.0.1", path = "clippy_dev" } 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" serde_derive = "1.0" clippy-mini-macro-test = { version = "0.2", path = "mini-macro" } |
