mirror of
https://github.com/GuillemCastro/spotify-dl.git
synced 2024-11-09 21:20:24 +01:00
Bump version to v
This commit is contained in:
parent
6b592c559a
commit
8db671bae0
2 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2064,7 +2064,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "spotify-dl"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "spotify-dl"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
authors = ["Guillem Castro <guillemcastro4@gmail.com>"]
|
||||
edition = "2021"
|
||||
readme = "README.md"
|
||||
|
@ -31,4 +31,4 @@ rayon = "1.10"
|
|||
|
||||
[features]
|
||||
default = ["mp3"]
|
||||
mp3 = ["dep:mp3lame-encoder"]
|
||||
mp3 = ["dep:mp3lame-encoder"]
|
||||
|
|
Loading…
Reference in a new issue