1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-03 01:39:28 +02:00

Cargo: use rust-version from workspace (#1375)

Make it easier to check and update.
This commit is contained in:
Guillaume Desmottes 2024-10-17 11:01:56 -04:00 committed by GitHub
parent 09e4c3e12b
commit 1912065248
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 11 additions and 8 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "librespot-protocol"
version = "0.5.0"
rust-version = "1.74"
rust-version.workspace = true
authors = ["Paul Liétar <paul@lietar.net>"]
build = "build.rs"
description = "The protobuf logic for communicating with Spotify servers"