From bfc33c0922f159600224a2f9cc2ed357d5541015 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 3 Dec 2024 19:35:29 -0800 Subject: [PATCH] Release 1.0.55 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 911f0c9..7ad43e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-tally" -version = "1.0.54" +version = "1.0.55" authors = ["David Tolnay "] categories = ["development-tools::cargo-plugins"] description = "Cargo subcommand for drawing graphs of the number of dependencies on a crate over time"