From 8ef448acb5d68487483289552d3dde4571b4c164 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 26 Nov 2023 15:58:00 +0100 Subject: [PATCH] Update of the version in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31a1147..fff2eab 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -parse_datetime = "0.4.0" +parse_datetime = "0.5.0" ``` Then, import the crate and use the `parse_datetime_at_date` function: