From 9e5eb49838835337f136472fc5103357113b64aa Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 9 Nov 2022 13:36:16 +0100 Subject: [PATCH] Bump version to 0.4.23 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 850bc2dc..9c826c7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrono" -version = "0.4.22" +version = "0.4.23" description = "Date and time library for Rust" homepage = "https://github.com/chronotope/chrono" documentation = "https://docs.rs/chrono/"