From cc5f6d9d551d2672d2900afb0cf1b60897e07d9c Mon Sep 17 00:00:00 2001 From: jude Date: Wed, 18 Jun 2025 22:13:05 +0100 Subject: [PATCH] Bump version --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f058dec..dc880c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -2614,7 +2614,7 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "reminder-rs" -version = "1.7.37" +version = "1.7.38" dependencies = [ "base64 0.22.1", "chrono", diff --git a/Cargo.toml b/Cargo.toml index cc2a861..2899c49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reminder-rs" -version = "1.7.37" +version = "1.7.38" authors = ["Jude Southworth "] edition = "2021" license = "AGPL-3.0 only"