From 88f6d1e69c9fbf9591658f4f94bc411dc8696020 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 12 Oct 2025 15:58:27 -0400 Subject: [PATCH] Rust bump to 1.90 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index af78ad9..fed9b27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "icarus_meta" version = "0.3.1" edition = "2024" -rust-version = "1.88" +rust-version = "1.90" [dependencies] lofty = { version = "0.22.4" }