From 85b2d8ae80d002145369dd107d1035ec4abeac31 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 14 Jun 2026 18:57:32 -0400 Subject: [PATCH] bump: rust --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9462e9b..3e7c138 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "textsender_api" version = "0.1.4" edition = "2024" -rust-version = "1.95" +rust-version = "1.96" [dependencies] axum = { version = "0.8.9", features = ["multipart"] }