mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[PR #356] [MERGED] Automatic update to protobuf 2.8, regenerate protocol files #889
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#889
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/librespot-org/librespot/pull/356
Author: @tstenner
Created: 7/27/2019
Status: ✅ Merged
Merged: 8/19/2019
Merged by: @sashahilton00
Base:
master← Head:updateprotobuf📝 Commits (2)
9d97f8fAutomatic update to protobuf 2.8, regenerate protocol files1ba6e58Restrict protobuf updates📊 Changes
12 files changed (+593 additions, -613 deletions)
View changed files
📝
Cargo.lock(+205 -225)📝
Cargo.toml(+1 -1)📝
connect/Cargo.toml(+1 -1)📝
core/Cargo.toml(+1 -1)📝
metadata/Cargo.toml(+1 -1)📝
protocol/Cargo.toml(+2 -2)📝
protocol/src/authentication.rs(+82 -82)📝
protocol/src/keyexchange.rs(+137 -137)📝
protocol/src/mercury.rs(+32 -32)📝
protocol/src/metadata.rs(+82 -82)📝
protocol/src/pubsub.rs(+7 -7)📝
protocol/src/spirc.rs(+42 -42)📄 Description
After the recent protobuf update,
cargo updatealso updates protobuf to 2.8, causing the build to fail because the protocol files are still built for 2.7.This PR updates protobuf in Cargo.lock and adds the changed protocol files / checksums.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.