From f7741bcfe0a6a751961a9c7a1ef01cfc439eb4eb Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Mon, 29 Oct 2018 09:15:58 +0100 Subject: [PATCH] bump compiletest --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f79609c76394..dcf93fa14104 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,5 +45,5 @@ cargo_miri = ["cargo_metadata"] rustc_tests = [] [dev-dependencies] -compiletest_rs = { version = "0.3.12", features = ["tmp"] } +compiletest_rs = { version = "0.3.16", features = ["tmp"] } colored = "1.6"