From c877a0c6b07154a30484b5a7ee38a465ea9a2709 Mon Sep 17 00:00:00 2001 From: pinkforest <36498018+pinkforest@users.noreply.github.com> Date: Sat, 2 Jul 2022 21:35:35 +1000 Subject: [PATCH] chore: bump cargo_metadata to 0.15 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 211b97f..5b00fd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ targets = ["cfg-expr/targets"] [dependencies] # Used for acquiring and/or deserializing `cargo metadata` output -cargo_metadata = "0.14" +cargo_metadata = "0.15" # Used to parse and evaluate cfg() expressions for dependencies cfg-expr = "0.10" # Used to create and traverse graph structures