From c65c7e3f7e3e5f2aa861ff36d77886daef81a9c7 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 16 Jun 2021 01:50:15 -0700 Subject: [PATCH] Release 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8509c9a..6767799 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-tally" -version = "0.0.0" +version = "0.3.0" authors = ["David Tolnay "] license = "MIT OR Apache-2.0" description = "Cargo subcommand for drawing graphs of the number of dependencies on a crate over time"