From f6b575ceee6e87dbbd5311cd262df7cc7ef13997 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 12 Aug 2022 17:53:35 +0200 Subject: [PATCH] Bump version number to 0.4.22 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 065126ee..59abf99a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrono" -version = "0.4.21" +version = "0.4.22" description = "Date and time library for Rust" homepage = "https://github.com/chronotope/chrono" documentation = "https://docs.rs/chrono/"