From 290f2d748238812630d62c49932efa2139b7e809 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 13 Apr 2024 21:46:56 -0700 Subject: [PATCH] Release 1.0.43 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 44d4473..c260858 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-tally" -version = "1.0.42" +version = "1.0.43" authors = ["David Tolnay "] categories = ["development-tools::cargo-plugins"] description = "Cargo subcommand for drawing graphs of the number of dependencies on a crate over time"