From 372f73b8aa219eef8ab96ec76c793de631115539 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 29 Jun 2025 15:15:45 -0400 Subject: [PATCH] Targeting rust 1.88 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9b4d265..5c56dc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "icarus_meta" version = "0.2.2" edition = "2024" -rust-version = "1.86" +rust-version = "1.88" [dependencies] lofty = { version = "0.22.3" }