From 3d97a9c3c084338b877a52c1540ad43609bd8573 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Sun, 29 Jun 2025 16:55:58 -0400 Subject: [PATCH] Targeting rust 1.88 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 20fe634..7915ec6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "icarus" version = "0.2.0" edition = "2024" +rust-version = "1.88" [dependencies] axum = { version = "0.8.3", features = ["multipart"] }