Use git version of tag reader library.

This commit is contained in:
Craig Drummond 2022-03-15 20:17:54 +00:00
parent 7998278c9b
commit 7a6317b28c
3 changed files with 3 additions and 3 deletions

3
Cargo.lock generated
View File

@ -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",

View File

@ -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"

View File

@ -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
-----