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"] }