From 3fe608891977b27dc93e20b2b664586cdaf291b7 Mon Sep 17 00:00:00 2001 From: Oli Scherer Date: Tue, 30 May 2023 11:36:14 +0200 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6e275562..f8aab71a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo_metadata" -version = "0.15.4" +version = "0.15.5" authors = ["Oliver Schneider "] repository = "https://github.com/oli-obk/cargo_metadata" description = "structured access to the output of `cargo metadata`"