From 78e8fd6212059014daf21bac731af1ed960b50c9 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 12 Oct 2025 17:35:31 -0400 Subject: [PATCH] Rust version update --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 119a96f..85ce8e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "icarus_auth" version = "0.5.3" edition = "2024" -rust-version = "1.88" +rust-version = "1.90" [dependencies] axum = { version = "0.8.4" }