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