From 5f6cae0659fc1c93f85b26525ec7ab63385dade3 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Mon, 19 Dec 2016 11:13:23 +0100 Subject: [PATCH] update minimum required compiletest version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5167218ff4a..0b1d7fd8671 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ clippy_lints = { version = "0.0.104", path = "clippy_lints" } # end automatic update [dev-dependencies] -compiletest_rs = "0.2.1" +compiletest_rs = "0.2.5" lazy_static = "0.1.15" regex = "0.1.71" rustc-serialize = "0.3" -- 2.44.0