From 06c3a1526014ced0e5a9943b7e038f2aa4234e03 Mon Sep 17 00:00:00 2001 From: Erik Nordin Date: Wed, 31 Jan 2024 20:46:02 -0600 Subject: [PATCH] Bump version (v0.2.5 => 0.2.6) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1473eba51..189f088bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "count-digits" -version = "0.2.5" +version = "0.2.6" 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"