From a2f48b68a6c0aeb4d14c7b0c39c624dbd473a712 Mon Sep 17 00:00:00 2001 From: Erik Nordin Date: Wed, 24 Jan 2024 12:43:40 -0600 Subject: [PATCH] Bump version (v0.2.0 => v0.2.1) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a527e921e..bc9f58ca5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "count-digits" -version = "0.2.0" +version = "0.2.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"