From 9ac69eef7d1c06af54def50e8ddf93ca74733a65 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 24 Apr 2023 00:16:53 +0200 Subject: [PATCH] update of the version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a610392..2ad79de 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -humantime_to_duration = "0.1.0" +humantime_to_duration = "0.1.1" ``` Then, import the crate and use the from_str function: