From 3b05dabf5418fde0c57088f2ce3f12ecb0c76467 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 24 Apr 2023 00:11:58 +0200 Subject: [PATCH] update of the version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f40f25e..21f94c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "humantime_to_duration" description = " parsing human-readable relative time strings and converting them to a Duration" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "MIT" repository = "https://github.com/uutils/humantime_to_duration"