From 714d51edbc6b8a6162b10d6bca9952fb2192a58a Mon Sep 17 00:00:00 2001 From: Joseph Birr-Pixton Date: Mon, 18 Sep 2023 09:22:08 +0100 Subject: [PATCH] Bump version to 0.3.29 --- time/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/time/Cargo.toml b/time/Cargo.toml index 696c6af26..f3ae7cbfa 100644 --- a/time/Cargo.toml +++ b/time/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "time" -version = "0.3.28" +version = "0.3.29" authors = ["Jacob Pratt ", "Time contributors"] edition = "2021" rust-version = "1.67.0"