From 8b863490d88ba098038392c8aa930012ffd0c439 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 3 Dec 2024 15:23:24 +0100 Subject: [PATCH] Bump version to 0.4.39 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ab4b045c4..95f3b3907 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrono" -version = "0.4.38" +version = "0.4.39" description = "Date and time library for Rust" homepage = "https://github.com/chronotope/chrono" documentation = "https://docs.rs/chrono/"