From 5c59468b623bed57165b2874b810f532ce7f2c73 Mon Sep 17 00:00:00 2001 From: phoenix Date: Tue, 5 May 2026 21:08:35 -0400 Subject: [PATCH] bump: rust --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 27fbd7e..3fd11ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "songparser" version = "0.5.0" edition = "2024" -rust-version = "1.94" +rust-version = "1.95" [dependencies] tokio = { version = "1.51", features = ["full"] }