mirror of
https://github.com/CDrummond/bliss-analyser.git
synced 2025-04-08 05:00:02 +03:00
Use git version of lofty for MP4 "Album ID" fix
This commit is contained in:
parent
1bc2f5bb61
commit
87f4af345c
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user