From 8f1fd5a55b679471afe80bb16bbfdb7155a69528 Mon Sep 17 00:00:00 2001 From: sydney-runkle Date: Wed, 26 Jun 2024 11:55:31 -0400 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c72f18b..ded8650 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "speedate" authors = ["Samuel Colvin "] -version = "0.14.0" +version = "0.14.1" edition = "2021" description = "Fast and simple datetime, date, time and duration parsing" readme = "README.md"