version 0.2.0

This commit is contained in:
Sylvestre Ledru
2023-05-11 17:20:24 +02:00
parent db00d0686f
commit 29e64c3cda
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -13,7 +13,7 @@ dependencies = [
[[package]]
name = "humantime_to_duration"
version = "0.1.3"
version = "0.1.4"
dependencies = [
"regex",
"time",
+1 -1
View File
@@ -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"