From a8ce9d655ae600b707c72e31b2c18c4060e60ff4 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Sun, 7 Apr 2019 12:02:22 -0700 Subject: [PATCH] Use latest compiletest-rs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3d36e52d2..ffc1dfcab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ rustc_tools_util = { version = "0.1.1", path = "rustc_tools_util"} [dev-dependencies] clippy_dev = { version = "0.0.1", path = "clippy_dev" } cargo_metadata = "0.7.1" -compiletest_rs = { version = "=0.3.19", features = ["tmp", "stable"] } +compiletest_rs = { version = "0.3.21" } libtest = "0.0.1" lazy_static = "1.0" serde_derive = "1.0"