From 64c5d7793a1a3e6ccbb2acc606b85f95830b7f83 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Thu, 9 Mar 2023 10:53:20 +0100 Subject: [PATCH] Bump version to 0.4.24 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 14ae4d0322..e69847a44e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrono" -version = "0.4.23" +version = "0.4.24" description = "Date and time library for Rust" homepage = "https://github.com/chronotope/chrono" documentation = "https://docs.rs/chrono/"