From c3aba0caadfd8f08d6ba923babb068445033949c Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 5 Apr 2026 17:18:45 -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 4fbda1c..f1ef523 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "songparser" version = "0.4.12" edition = "2024" -rust-version = "1.90" +rust-version = "1.94" [dependencies] tokio = { version = "1.47.1", features = ["full"] }