From a61165a08bc1b910e0dc07885ed9677c96a84d3e Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Sat, 9 May 2026 18:57:55 -0400 Subject: [PATCH] bump: rust Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8ffca1b..1f45f81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "icarus" version = "0.4.0" edition = "2024" -rust-version = "1.94" +rust-version = "1.95" [dependencies] axum = { version = "0.8.8", features = ["multipart"] }