Skip to content

Commit 86378bc

Browse files
committed
version 0.2.1
1 parent 6a52551 commit 86378bc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "humantime_to_duration"
33
description = " parsing human-readable relative time strings and converting them to a Duration"
4-
version = "0.2.0"
4+
version = "0.2.1"
55
edition = "2021"
66
license = "MIT"
77
repository = "https://github.com/uutils/humantime_to_duration"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add this to your `Cargo.toml`:
1919

2020
```toml
2121
[dependencies]
22-
humantime_to_duration = "0.1.1"
22+
humantime_to_duration = "0.2.1"
2323
```
2424

2525
Then, import the crate and use the `from_str` and `from_str_at_date` functions:

0 commit comments

Comments
 (0)