mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-03 01:39:28 +02:00
Update Cargo.lock
This commit is contained in:
parent
eae43a7612
commit
a974a71cc4
9 changed files with 29 additions and 29 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "librespot-core"
|
||||
version = "0.5.0-dev"
|
||||
version = "0.5.0"
|
||||
rust-version = "1.74"
|
||||
authors = ["Paul Lietar <paul@lietar.net>"]
|
||||
build = "build.rs"
|
||||
|
@ -11,11 +11,11 @@ edition = "2021"
|
|||
|
||||
[dependencies.librespot-oauth]
|
||||
path = "../oauth"
|
||||
version = "0.5.0-dev"
|
||||
version = "0.5.0"
|
||||
|
||||
[dependencies.librespot-protocol]
|
||||
path = "../protocol"
|
||||
version = "0.5.0-dev"
|
||||
version = "0.5.0"
|
||||
|
||||
[dependencies]
|
||||
aes = "0.8"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue