From 1fa9c1b75c06f296bfbb6582360f047abe78bcc6 Mon Sep 17 00:00:00 2001 From: Serial <69764315+Serial-ATA@users.noreply.github.com> Date: Sun, 27 Jun 2021 14:52:49 -0400 Subject: [PATCH] Make lofty_attr a git only dependency Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8cc4f036..5a4374b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]