From 8f6ece2c3246904075545ec2f64d88d4a9ce4e58 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 29 Jun 2025 15:49:58 -0400 Subject: [PATCH] Updated to rust 1.88 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8b28de7..0fc4ed8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "icarus_auth" version = "0.3.10" edition = "2024" -rust-version = "1.86" +rust-version = "1.88" [dependencies] axum = { version = "0.8.3" }