mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[PR #1317] [MERGED] Update dependencies #1336
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#1336
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/1317
Author: @yubiuser
Created: 8/28/2024
Status: ✅ Merged
Merged: 9/5/2024
Merged by: @roderickvd
Base:
dev← Head:update📝 Commits (6)
dcd592bUpdate MSRV to 1.74.0 and sysinfo to 0.31.3dc22910Update vergen to version 9 by using the new vergen-gitctl libarybec54a6Update quick-xml to 0.36.1102a8fdAdd cargo clean to test.sh09ffc01Update rodioac02ca2Update sdl2📊 Changes
16 files changed (+195 additions, -46 deletions)
View changed files
📝
.devcontainer/Dockerfile(+1 -1)📝
.github/workflows/test.yml(+3 -3)📝
CHANGELOG.md(+1 -1)📝
Cargo.lock(+157 -17)📝
Cargo.toml(+2 -2)📝
audio/Cargo.toml(+1 -1)📝
connect/Cargo.toml(+1 -1)📝
contrib/Dockerfile(+1 -1)📝
core/Cargo.toml(+4 -4)📝
core/build.rs(+15 -6)📝
discovery/Cargo.toml(+1 -1)📝
metadata/Cargo.toml(+1 -1)📝
playback/Cargo.toml(+3 -3)📝
protocol/Cargo.toml(+1 -1)📝
src/main.rs(+2 -2)📝
test.sh(+1 -1)📄 Description
Updates
MRSV needed to be increased to
1.74.0I did not update
because updating them caused downstream issues in
cfg_expr, see here.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.