From e1aa18d2631aa9c83cb69663fe26f93c6d3d0922 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Tue, 21 May 2024 07:22:43 +0200 Subject: [PATCH] readme: bump version to 0.6.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f3b031..e52af2b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -parse_datetime = "0.5.0" +parse_datetime = "0.6.0" ``` Then, import the crate and use the `parse_datetime_at_date` function: