Skip to content

Commit

Permalink
Auto merge of #3833 - mati865:rustup, r=oli-obk
Browse files Browse the repository at this point in the history
Fix build with the master

rust-lang/rust#58689 broke compiletest.
  • Loading branch information
bors committed Mar 1, 2019
2 parents cfdf47e + df8a489 commit 9f20556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 9f20556

Please sign in to comment.