From 87f4af345c88506a1c18f3713b3b240db969c94c Mon Sep 17 00:00:00 2001 From: Craig Drummond Date: Fri, 18 Feb 2022 19:49:30 +0000 Subject: [PATCH] Use git version of lofty for MP4 "Album ID" fix --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f5d21fe..133c381 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index a693dfc..c1922e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"