From 8fa38ab99b7b9ab52669d57521ae8026437b8d01 Mon Sep 17 00:00:00 2001 From: Oli Scherer Date: Mon, 11 Sep 2023 13:50:39 +0000 Subject: [PATCH] Version bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 03dffede..722d7b73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo_metadata" -version = "0.17.0" +version = "0.18.0" authors = ["Oliver Schneider "] repository = "https://github.com/oli-obk/cargo_metadata" description = "structured access to the output of `cargo metadata`"