Use rust-id3 from git, for an unreleased bugfix

This commit is contained in:
Andrew Radev
2019-02-04 09:37:48 +08:00
parent de5eae6d0c
commit 2e29c59ce4
2 changed files with 64 additions and 46 deletions

View File

@@ -5,5 +5,5 @@ authors = ["Andrew Radev <andrey.radev@gmail.com>"]
edition = "2018"
[dependencies]
id3 = "0.2.5"
id3 = { git = "https://github.com/jameshurst/rust-id3" }
image = "0.21.0"