update of the version to 0.1.2

This commit is contained in:
Sylvestre Ledru
2023-04-24 21:16:26 +02:00
parent 7decfeeb7f
commit 6d6b0c39e3
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.1"
version = "0.1.2"
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.1"
version = "0.1.2"
edition = "2021"
license = "MIT"
repository = "https://github.com/uutils/humantime_to_duration"