diff --git a/Cargo.toml b/Cargo.toml index 9cf368d..d6c5091 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "songparser" version = "0.1.0" edition = "2024" -rust-version = "1.86" +rust-version = "1.88" [dependencies] tokio = { version = "1.44.1", features = ["full"] }