From 5b8449e1f2fb863c2a2c69368a5c5e0366821fc8 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 30 May 2023 21:17:11 +0200 Subject: [PATCH] Bump version to 0.4.26 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 26f516ecc6..b89975421c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrono" -version = "0.4.25" +version = "0.4.26" description = "Date and time library for Rust" homepage = "https://github.com/chronotope/chrono" documentation = "https://docs.rs/chrono/"