Skip to content

Commit

Permalink
Use temporary branch for compiletest
Browse files Browse the repository at this point in the history
  • Loading branch information
mati865 committed Mar 1, 2019
1 parent cfdf47e commit df8a489
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 df8a489

Please sign in to comment.