From 29e64c3cda9c1622844a2521b2d3946c476c4911 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 11 May 2023 17:20:24 +0200 Subject: [PATCH] version 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 78aa5f1..53ea4dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,7 +13,7 @@ dependencies = [ [[package]] name = "humantime_to_duration" -version = "0.1.3" +version = "0.1.4" dependencies = [ "regex", "time", diff --git a/Cargo.toml b/Cargo.toml index 8ce27a8..75cbed5 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.3" +version = "0.2.0" edition = "2021" license = "MIT" repository = "https://github.com/uutils/humantime_to_duration"