From cc85260be0910516b7ce6d83469d0255b64560ab Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 5 Apr 2026 17:35:29 -0400 Subject: [PATCH] Updated rust version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5cac74a..f90f24a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "icarus_auth" version = "0.6.6" edition = "2024" -rust-version = "1.90" +rust-version = "1.94" [dependencies] axum = { version = "0.8.6" }