From 1571019ccbd6b2b089b840ba1420e969468d83d3 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 12 Oct 2025 17:27:06 -0400 Subject: [PATCH] Updated rust in cargo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 31b5597..042f764 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "songparser" version = "0.3.3" edition = "2024" -rust-version = "1.88" +rust-version = "1.90" [dependencies] tokio = { version = "1.47.1", features = ["full"] }