From 450785591a9b8e4dae49dd17b0fbe4d2374f04bc Mon Sep 17 00:00:00 2001 From: Erik Nordin Date: Fri, 9 Feb 2024 09:37:28 -0600 Subject: [PATCH] Bump version (0.4.0 => 0.5.0) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 695f4f6a9..15aaa167d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "count-digits" -version = "0.4.0" +version = "0.5.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"