From: mcarton Date: Tue, 7 Jun 2016 16:33:29 +0000 (+0200) Subject: Bump `compiletest_rs` to 0.2 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=35a22bc3f40e1f3c1c73ecf1a960cf0c71374e75;p=rust.git Bump `compiletest_rs` to 0.2 --- diff --git a/Cargo.toml b/Cargo.toml index 81ef9a08bf7..0bfd05a0de4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ clippy_lints = { version = "0.0.74", path = "clippy_lints" } rustc-serialize = "0.3" [dev-dependencies] -compiletest_rs = "0.1.0" +compiletest_rs = "0.2.0" lazy_static = "0.1.15" regex = "0.1.56"