new release

This commit is contained in:
Sylvestre Ledru
2023-06-06 11:46:45 +02:00
parent 1ba787d1c3
commit 70d3e53604
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -70,7 +70,7 @@ checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
[[package]]
name = "humantime_to_duration"
version = "0.3.0"
version = "0.3.1"
dependencies = [
"chrono",
"regex",
+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.3.0"
version = "0.3.1"
edition = "2021"
license = "MIT"
repository = "https://github.com/uutils/humantime_to_duration"