From d6f580d62bcce0d0b8d39ce2df17eb8e5586b443 Mon Sep 17 00:00:00 2001 From: Lzu Tao Date: Sat, 1 Jun 2019 16:49:10 +0700 Subject: [PATCH] Bump cargo_metadata to 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3a3e225db58e..f68251adb5ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ semver = "0.9" rustc_tools_util = { version = "0.2.0", path = "rustc_tools_util"} [dev-dependencies] -cargo_metadata = "0.7.1" +cargo_metadata = "0.8.0" compiletest_rs = { version = "0.3.22", features = ["tmp"] } lazy_static = "1.0" clippy-mini-macro-test = { version = "0.2", path = "mini-macro" }