Compare commits

...
3 Commits
Author SHA1 Message Date
arabianq 51cd1f9b66 cargo update 2026-08-09 20:07:22 +03:00
arabianq d89bda631a change version to 1.1.1 2026-08-09 20:07:07 +03:00
arabianq f5447f8b79 fix: update lofty version 2026-08-09 20:06:09 +03:00
2 changed files with 299 additions and 472 deletions
Generated
+297 -470
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "lyrics_fetcher"
version = "1.1.0"
version = "1.1.1"
edition = "2024"
authors = ["arabianq"]
readme = "README.md"
@@ -21,7 +21,7 @@ anyhow = "1.0.102"
itertools = "0.14.0"
dotenv = "0.15.0"
lofty = "0.23.3"
lofty = "0.25.0"
id3 = "1.16.4"
reqwest = { version = "0.13.2", default-features = false, features = [
"rustls",