diff options
| author | Philipp Hansch <dev@phansch.net> | 2019-04-19 18:23:25 +0200 |
|---|---|---|
| committer | Philipp Hansch <dev@phansch.net> | 2019-04-19 18:23:25 +0200 |
| commit | 2ab97a24e799568750d7a5e8053edda0abc64c31 (patch) | |
| tree | 651377c4dcbbfda53c9c7fce3490356a5be0e220 | |
| parent | 0d9ef393b8c2596aca6a037d3efb513afdf17875 (diff) | |
| download | rust-2ab97a24e799568750d7a5e8053edda0abc64c31.tar.gz rust-2ab97a24e799568750d7a5e8053edda0abc64c31.zip | |
Update compiletest_rs
This includes a fix that make ICEs appear in UI tests again.
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index e41440acc20..eb97707e667 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ rustc_tools_util = { version = "0.1.1", path = "rustc_tools_util"} [dev-dependencies] cargo_metadata = "0.7.1" -compiletest_rs = { version = "0.3.21", features = ["tmp"] } +compiletest_rs = { version = "0.3.22", features = ["tmp"] } lazy_static = "1.0" serde_derive = "1.0" clippy-mini-macro-test = { version = "0.2", path = "mini-macro" } |
