From 26e231af33083852a0ada3f915985d5fbc654b7f Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 26 Jul 2022 10:06:42 +0200 Subject: [PATCH] Bump version to 0.4.20-rc.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 64d3d06e0e..8913d90565 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrono" -version = "0.4.20-beta.1" +version = "0.4.20-rc.1" description = "Date and time library for Rust" homepage = "https://github.com/chronotope/chrono" documentation = "https://docs.rs/chrono/"