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"