From 40e499290a47e602cbf82e26675a20a598d337d2 Mon Sep 17 00:00:00 2001 From: dalance Date: Tue, 16 Aug 2022 09:57:05 +0900 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 454f42a..83d2a5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "cargo-license" description = "Cargo subcommand to see license of dependencies" authors = ["Onur Aslan "] -version = "0.5.0" +version = "0.5.1" license = "MIT" readme = "README.md" repository = "https://github.com/onur/cargo-license"