From 27e74703bc44824f96534b409871e78f72f3da6a Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 22 Mar 2026 15:47:34 -0400 Subject: [PATCH] Rust version bump to 1.94 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 38c59e9..6c83fca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "icarus_meta" version = "0.4.5" edition = "2024" -rust-version = "1.90" +rust-version = "1.94" [dependencies] lofty = { version = "0.22.4" }