From b03c0e8fcc1fbec618a3ff518aa3f3de45fc6103 Mon Sep 17 00:00:00 2001 From: Erik Nordin Date: Wed, 7 Feb 2024 19:59:29 -0600 Subject: [PATCH] Bump version (0.3.0 => 0.3.1) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 580258539..445ef954d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "count-digits" -version = "0.3.0" +version = "0.3.1" 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"