From 2d22e57b461e2dbb129fdb53f848be5b970fa49c Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 9 Aug 2022 15:50:00 +0200 Subject: [PATCH] Bump version number to 0.4.21 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 391f26f68b..94adca3e72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrono" -version = "0.4.20" +version = "0.4.21" description = "Date and time library for Rust" homepage = "https://github.com/chronotope/chrono" documentation = "https://docs.rs/chrono/"