From 35a22bc3f40e1f3c1c73ecf1a960cf0c71374e75 Mon Sep 17 00:00:00 2001 From: mcarton Date: Tue, 7 Jun 2016 18:33:29 +0200 Subject: [PATCH] Bump `compiletest_rs` to 0.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.44.0