diff --git a/Cargo.lock b/Cargo.lock index 468748b..5b5c98a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2064,7 +2064,7 @@ dependencies = [ [[package]] name = "spotify-dl" -version = "0.3.0" +version = "0.4.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index c7aef6d..34a102e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spotify-dl" -version = "0.3.0" +version = "0.4.0" authors = ["Guillem Castro "] edition = "2021" readme = "README.md" @@ -31,4 +31,4 @@ rayon = "1.10" [features] default = ["mp3"] -mp3 = ["dep:mp3lame-encoder"] \ No newline at end of file +mp3 = ["dep:mp3lame-encoder"]