From cedb9a0fa9af6e2e469879a0e23eed5fd4126c8d Mon Sep 17 00:00:00 2001 From: Erik Nordin Date: Tue, 30 Jan 2024 19:11:12 -0600 Subject: [PATCH] Bump version (v0.2.3 => 0.2.4) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5f6be7f6a..12205fa7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "count-digits" -version = "0.2.3" +version = "0.2.4" 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"