mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[PR #1339] [MERGED] Revert lint exception by setting minor version of protobuf #1344
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#1344
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/1339
Author: @yubiuser
Created: 9/16/2024
Status: ✅ Merged
Merged: 9/16/2024
Merged by: @roderickvd
Base:
dev← Head:restore/renamed_removed_lints📝 Commits (2)
0ab9d59Revert lint exception by setting minor version of protobuf1859975generate-lockfile📊 Changes
8 files changed (+495 additions, -697 deletions)
View changed files
📝
.devcontainer/Dockerfile(+1 -1)📝
.devcontainer/Dockerfile.alpine(+1 -1)📝
.github/workflows/test.yml(+1 -1)📝
Cargo.lock(+488 -690)📝
connect/Cargo.toml(+1 -1)📝
core/Cargo.toml(+1 -1)📝
metadata/Cargo.toml(+1 -1)📝
protocol/Cargo.toml(+1 -1)📄 Description
Reverts the changes made in https://github.com/librespot-org/librespot/pull/1328.
Protobuff 3.5.1. fixed the underlying issue (https://github.com/stepancheg/rust-protobuf/pull/733).
librespotalready used version3of this create, but in theCargo.lockit was set to3.4.1. Specifying the minor version of the crate by3.5updated theCargo.lockto use3.5.1🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.