From 4e6ec75e4d327e8a6766dae0345ca5775c74c7d5 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Sat, 1 Jul 2017 16:22:09 +0200 Subject: [PATCH] Update compiletest dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 25f9c2d637f..3aa7a543dc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ clippy_lints = { version = "0.0.141", path = "clippy_lints" } cargo_metadata = "0.2" [dev-dependencies] -compiletest_rs = "0.2.6" +compiletest_rs = "0.2.7" duct = "0.8.2" lazy_static = "0.2" regex = "0.2" -- 2.44.0