From 95bb21f799d297eae35b2e2cf46721c987e18843 Mon Sep 17 00:00:00 2001 From: Jacob Pratt Date: Thu, 29 Jul 2021 21:04:24 -0400 Subject: [PATCH] Bump dependencies, create 0.3 release --- Cargo.toml | 2 +- time-macros/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7e7823685..b7622239f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["time-macros"] [package] name = "time" -version = "0.3.0-alpha-2" +version = "0.3.0" authors = ["Jacob Pratt ", "Time contributors"] edition = "2018" repository = "https://github.com/time-rs/time" diff --git a/time-macros/Cargo.toml b/time-macros/Cargo.toml index c88133a30..41ab49862 100644 --- a/time-macros/Cargo.toml +++ b/time-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "time-macros" -version = "0.2.0-alpha.1" +version = "0.2.0" authors = ["Jacob Pratt ", "Time contributors"] edition = "2018" repository = "https://github.com/time-rs/time"