From 6c9902130dea3dc285503a4284b286db69fe88d9 Mon Sep 17 00:00:00 2001 From: Erik Nordin Date: Thu, 8 Feb 2024 09:50:53 -0600 Subject: [PATCH] Bump version (0.3.1 => 0.4.0) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 445ef954d..695f4f6a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "count-digits" -version = "0.3.1" +version = "0.4.0" authors = ["Erik Nordin "] description = "A no-std trait to count the digits of integer types in various number bases." homepage = "https://github.com/nordzilla/count-digits"