Make lofty_attr a git only dependency

Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
This commit is contained in:
Serial 2021-06-27 14:52:49 -04:00
parent e84586961b
commit 1fa9c1b75c

View file

@ -29,7 +29,7 @@ thiserror = "1.0.25"
base64 = "0.13.0"
byteorder = "1.4.3"
lofty_attr = { version = "0.1.2", git = "https://github.com/Serial-ATA/lofty-rs" }
lofty_attr = { git = "https://github.com/Serial-ATA/lofty-rs" }
[features]
default = ["all_tags"]