From ecb97866b6be1e3ff22a5ced3b8d573314dc795e Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Mon, 14 Dec 2015 11:28:22 +0100 Subject: [PATCH] compiletest_rs needs to be at least 0.0.11 otherwise tests using `SUGGESTION` will fail (see `compile-fail/eta.rs`) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c70e43ed78d..832a6dff401 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ plugin = true unicode-normalization = "*" [dev-dependencies] -compiletest_rs = "*" +compiletest_rs = "0.0.11" regex = "*" regex_macros = "*" lazy_static = "*"