chore(release): release rustypipe-downloader v0.2.0

This commit is contained in:
ThetaDev 2024-08-18 03:25:57 +02:00
parent 67a231d6d1
commit cad3bcd9e9
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6
3 changed files with 37 additions and 2 deletions

View file

@ -74,7 +74,7 @@ tracing-test = "0.2.5"
# Included crates
rustypipe = { path = ".", version = "0.3.0", default-features = false }
rustypipe-downloader = { path = "./downloader", version = "0.1.0", default-features = false, features = [
rustypipe-downloader = { path = "./downloader", version = "0.2.0", default-features = false, features = [
"indicatif",
"audiotag",
] }