From 7a6317b28ce69ed1984ab7ea2ccdebb4b386d71a Mon Sep 17 00:00:00 2001 From: Craig Drummond Date: Tue, 15 Mar 2022 20:17:54 +0000 Subject: [PATCH] Use git version of tag reader library. --- Cargo.lock | 3 +-- Cargo.toml | 2 +- ChangeLog | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d8c0065..6bf9647 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -732,8 +732,7 @@ dependencies = [ [[package]] name = "lofty" version = "0.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfc751ba10f732cf5c522b9bc887027c9eee277512a38a3a0c4f1806bdcd730d" +source = "git+https://github.com/Serial-ATA/lofty-rs?rev=45182b6#45182b6e3d71f9b9cc022aca9e3e192abb82ad10" dependencies = [ "base64", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 8b19890..2adac3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ rusqlite = { version = "0.25.0", features = ["bundled"] } log = "0.4.14" env_logger = "0.8.4" indicatif = "0.16.2" -lofty = "0.5.3" +lofty = { git = "https://github.com/Serial-ATA/lofty-rs", rev = "45182b6" } dirs = "1" chrono = "0.4.19" regex = "1" diff --git a/ChangeLog b/ChangeLog index 6aab375..83168f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ 2. Output list of (up to 100) tracks that failed to analyse. 3. When performing a dry-run analysis (--dry-run) print paths of all tracks to be analysed and to be removed. +4. Use git version of tag reader library. 0.0.2 -----