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

This commit is contained in:
ThetaDev 2024-09-10 03:36:29 +02:00
parent 2d3914bc4b
commit 90f79cc887
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6
3 changed files with 13 additions and 2 deletions

View file

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