version 0.2.1

This commit is contained in:
Sylvestre Ledru
2023-05-12 13:57:25 +02:00
parent 6a52551dea
commit 86378bc326
3 changed files with 3 additions and 3 deletions
Generated
+1 -1
View File
@@ -13,7 +13,7 @@ dependencies = [
[[package]]
name = "humantime_to_duration"
version = "0.2.0"
version = "0.2.1"
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.2.0"
version = "0.2.1"
edition = "2021"
license = "MIT"
repository = "https://github.com/uutils/humantime_to_duration"
+1 -1
View File
@@ -19,7 +19,7 @@ Add this to your `Cargo.toml`:
```toml
[dependencies]
humantime_to_duration = "0.1.1"
humantime_to_duration = "0.2.1"
```
Then, import the crate and use the `from_str` and `from_str_at_date` functions: