From 70d3e5360438d4c21c58c2afff8b0338045a0c1e Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 6 Jun 2023 11:46:45 +0200 Subject: [PATCH] new release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 19b43f5..30d32c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -70,7 +70,7 @@ checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" [[package]] name = "humantime_to_duration" -version = "0.3.0" +version = "0.3.1" dependencies = [ "chrono", "regex", diff --git a/Cargo.toml b/Cargo.toml index b400720..a527bb2 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.3.0" +version = "0.3.1" edition = "2021" license = "MIT" repository = "https://github.com/uutils/humantime_to_duration"