From 26e5d3c5799acb0e447fd14c5540d630d9b8382a Mon Sep 17 00:00:00 2001 From: Erik Nordin Date: Sun, 11 Feb 2024 12:32:52 -0600 Subject: [PATCH] Bump version (0.5.0 => 0.5.1) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 93a809407..303daa771 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "count-digits" -version = "0.5.0" +version = "0.5.1" authors = ["Erik Nordin "] description = "A no-std trait to determine the lengths of integers in various number bases." homepage = "https://github.com/nordzilla/count-digits"