mirror of
https://github.com/GuillemCastro/spotify-dl.git
synced 2024-11-09 21:20:24 +01:00
change version
This commit is contained in:
parent
de64ad6b6d
commit
74a334f464
2 changed files with 6 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2010,7 +2010,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "spotify-dl"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
dependencies = [
|
||||
"audiotags",
|
||||
"flac-bound",
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
[package]
|
||||
name = "spotify-dl"
|
||||
version = "0.1.1"
|
||||
authors = ["Guillem Castro <guillemcastro4@gmail.com>"]
|
||||
edition = "2018"
|
||||
version = "0.1.2"
|
||||
authors = ["Guillem Castro <guillemcastro4@gmail.com>", "Schreifuchs <kontakt@schreifuchs.ch>"]
|
||||
edition = "2021"
|
||||
readme = "README.md"
|
||||
licence = "MIT"
|
||||
#links = "FLAC"
|
||||
|
||||
[dependencies]
|
||||
|
|
Loading…
Reference in a new issue