1
0
Fork 0
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:
Roderick van Domburg 2024-10-15 20:38:42 +02:00
parent eae43a7612
commit a974a71cc4
No known key found for this signature in database
GPG key ID: FE2585E713F9F30A
9 changed files with 29 additions and 29 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "librespot-discovery"
version = "0.5.0-dev"
version = "0.5.0"
rust-version = "1.74"
authors = ["Paul Lietar <paul@lietar.net>"]
description = "The discovery logic for librespot"
@ -31,7 +31,7 @@ tokio = { version = "1", features = ["parking_lot", "sync", "rt"] }
[dependencies.librespot-core]
path = "../core"
version = "0.5.0-dev"
version = "0.5.0"
[dev-dependencies]
futures = "0.3"