Use rust-id3 v0.3.0

This commit is contained in:
Andrew Radev
2019-02-24 17:21:10 +02:00
parent bbdab3ca27
commit 10fc95d1e2
2 changed files with 5 additions and 5 deletions

View File

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