Skip to content

Commit 9f20556

Browse files
committed
Auto merge of #3833 - mati865:rustup, r=oli-obk
Fix build with the master rust-lang/rust#58689 broke compiletest.
2 parents cfdf47e + df8a489 commit 9f20556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ rustc_tools_util = { version = "0.1.1", path = "rustc_tools_util"}
4747
[dev-dependencies]
4848
clippy_dev = { version = "0.0.1", path = "clippy_dev" }
4949
cargo_metadata = "0.7.1"
50-
compiletest_rs = "0.3.18"
50+
compiletest_rs = { git = "https://github.com/mati865/compiletest-rs.git", branch = "rustup" }
5151
lazy_static = "1.0"
5252
serde_derive = "1.0"
5353
clippy-mini-macro-test = { version = "0.2", path = "mini-macro" }

0 commit comments

Comments
 (0)