From 2afd0941aa45cb495d0bee9de07d632f06fac0a2 Mon Sep 17 00:00:00 2001 From: phoenix Date: Mon, 6 Jul 2026 22:18:50 -0400 Subject: [PATCH] bump: rust --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9d91aca..b4d286c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "textsender_api" version = "0.2.2" edition = "2024" -rust-version = "1.96" +rust-version = "1.96.1" [dependencies] axum = { version = "0.8.9", features = ["multipart"] }