diff options
| author | Mateusz Mikuła <matti@marinelayer.io> | 2019-03-01 11:54:25 +0100 |
|---|---|---|
| committer | Mateusz Mikuła <mati865@gmail.com> | 2019-03-01 11:54:25 +0100 |
| commit | df8a489793bda1f99cf2d1060d3d2f378a4ffd14 (patch) | |
| tree | f4599fefecd1518b63be0ff0199140375b773d19 | |
| parent | cfdf47e8b0d3cc229d4354a5fdadd0cd36ed20cc (diff) | |
| download | rust-df8a489793bda1f99cf2d1060d3d2f378a4ffd14.tar.gz rust-df8a489793bda1f99cf2d1060d3d2f378a4ffd14.zip | |
Use temporary branch for compiletest
https://github.com/rust-lang/rust/pull/58689 broke it
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index c3710485027..5be37578966 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ rustc_tools_util = { version = "0.1.1", path = "rustc_tools_util"} [dev-dependencies] clippy_dev = { version = "0.0.1", path = "clippy_dev" } cargo_metadata = "0.7.1" -compiletest_rs = "0.3.18" +compiletest_rs = { git = "https://github.com/mati865/compiletest-rs.git", branch = "rustup" } lazy_static = "1.0" serde_derive = "1.0" clippy-mini-macro-test = { version = "0.2", path = "mini-macro" } |
