From b369d0234eae44ed37f31932a33e7d94d7cdffa9 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Mon, 29 Jan 2018 11:20:17 +0530 Subject: [PATCH] Bump compiletest version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c285dd10140a..714f0b969af8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ cargo_metadata = "0.2" regex = "0.2" [dev-dependencies] -compiletest_rs = "0.3.5" +compiletest_rs = "0.3.6" duct = "0.8.2" lazy_static = "1.0" serde_derive = "1.0"