From e4cecb10dbfed3e66d8cb58978b26e5e464291a9 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Fri, 19 Apr 2019 18:30:53 +0200 Subject: [PATCH] bump compiletest --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bb86795270f..ce9c3cc4f29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,5 +56,5 @@ cargo_miri = ["cargo_metadata", "directories", "rustc_version"] rustc_tests = [] [dev-dependencies] -compiletest_rs = { version = "0.3.21", features = ["tmp", "stable"] } +compiletest_rs = { version = "0.3.22", features = ["tmp", "stable"] } colored = "1.6"