diff options
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -847,7 +847,7 @@ checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" [[package]] name = "lyricli" -version = "3.0.0" +version = "4.0.0" dependencies = [ "clap", "cocoa", @@ -1,7 +1,7 @@ [package] name = "lyricli" -version = "3.0.0" -edition = "2021" +version = "4.0.0" +edition = "2024" license = "AGPL-3.0-or-later" description = "Lyricli (lrc), is a command line tool to print lyrics in your terminal." homepage = "https://r.bdr.sh/lyricli.html" |