From dbe8b670e76fe0922a578d3b1eedfa21b554626c Mon Sep 17 00:00:00 2001 From: wilhelmagren Date: Thu, 14 Dec 2023 16:48:34 +0100 Subject: [PATCH] [crate] bump package version to 0.1.1 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cdf9068..2211d1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "padder" -version = "0.1.0" +version = "0.1.1" edition = "2021" -description = "String formatting and padding, done right, the rusty way." +description = "Efficient data formatting and padding, done right, the rusty way." authors = [ "Wilhelm Ă…gren ", ]