From 5093c0b30185ffb1921cb6f896a831c87ab0ab46 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 5 Nov 2024 20:51:54 -0800 Subject: [PATCH] Release 1.0.51 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 219ae21..8edd61a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-tally" -version = "1.0.50" +version = "1.0.51" authors = ["David Tolnay "] categories = ["development-tools::cargo-plugins"] description = "Cargo subcommand for drawing graphs of the number of dependencies on a crate over time"