From 0e4d70adc95f6295f35083d3c01f71fe5dbbb060 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Wed, 28 May 2025 19:23:40 -0400 Subject: [PATCH] Stamped rust version --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 4ca89b3..b8b54a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "songparser" version = "0.1.0" edition = "2024" +rust-version = "1.86" [dependencies] tokio = { version = "1.44.1", features = ["full"] } -- 2.43.0