From 14901876c3def7397deeaeee138dd499dea050b4 Mon Sep 17 00:00:00 2001 From: Tim Geoghegan Date: Mon, 18 Sep 2023 12:59:28 -0700 Subject: [PATCH] Release divviup-api 0.0.25 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fa2453fa..042ca230 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1097,7 +1097,7 @@ dependencies = [ [[package]] name = "divviup-api" -version = "0.0.24" +version = "0.0.25" dependencies = [ "aes-gcm", "async-lock", diff --git a/Cargo.toml b/Cargo.toml index b693752f..3826004c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "divviup-api" -version = "0.0.24" +version = "0.0.25" edition = "2021" license = "MPL-2.0" homepage = "https://divviup.org"