From 8e6e1a18b7be0a4c4726fc24d8a0d8465e68907d Mon Sep 17 00:00:00 2001 From: jude Date: Fri, 1 Mar 2024 18:04:34 +0000 Subject: [PATCH] Bump ver --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eac4379..03c4f43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2358,7 +2358,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "reminder-rs" -version = "1.7.0-rc7" +version = "1.7.0-rc8" dependencies = [ "base64 0.21.7", "chrono", diff --git a/Cargo.toml b/Cargo.toml index d4bd1ef..e463d4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reminder-rs" -version = "1.7.0-rc7" +version = "1.7.0-rc8" authors = ["Jude Southworth "] edition = "2021" license = "AGPL-3.0 only"