Use git version of lofty for MP4 "Album ID" fix

This commit is contained in:
Craig Drummond 2022-02-18 19:49:30 +00:00
parent 1bc2f5bb61
commit 87f4af345c
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -642,11 +642,11 @@ dependencies = [
[[package]]
name = "lofty"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1139b90a960e7dc3a01fb155b6f255b2b41df21ffb4dba3bcd68e8a9904a41d5"
source = "git+https://github.com/Serial-ATA/lofty-rs?rev=4c0b7c2#4c0b7c22732acf2f0e8cf41b42fcea32d2c76643"
dependencies = [
"base64",
"byteorder",
"cfg-if 1.0.0",
"flate2",
"ogg_pager",
"once_cell",

View File

@ -17,6 +17,6 @@ rusqlite = "0.25.0"
log = "0.4.14"
env_logger = "0.8.4"
indicatif = "0.16.2"
lofty = "0.4.0"
lofty = { git = "https://github.com/Serial-ATA/lofty-rs", rev = "4c0b7c2" }
dirs = "1"
chrono = "0.4.19"