From 72115f805982c7322a0355f4974e0108a3905123 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 27 Jun 2025 20:36:29 +0200 Subject: Update edition --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 69972e2..7f37d67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -847,7 +847,7 @@ checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" [[package]] name = "lyricli" -version = "3.0.0" +version = "4.0.0" dependencies = [ "clap", "cocoa", diff --git a/Cargo.toml b/Cargo.toml index 261b50e..63bbabc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" -- cgit