From 673d7106961eabf9f016b7975355f4b1753ed5d0 Mon Sep 17 00:00:00 2001 From: phoenix Date: Thu, 18 Jun 2026 18:38:04 -0400 Subject: [PATCH] bump: textsender_api --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 53961a1..f342aea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2277,7 +2277,7 @@ dependencies = [ [[package]] name = "textsender_api" -version = "0.1.11" +version = "0.1.12" dependencies = [ "axum", "axum-extra", diff --git a/Cargo.toml b/Cargo.toml index 42bee92..253522b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "textsender_api" -version = "0.1.11" +version = "0.1.12" edition = "2024" rust-version = "1.96"