mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[PR #383] [MERGED] Lock Rodio to v0.9 #902
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#902
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/383
Author: @andrewburgess
Created: 10/9/2019
Status: ✅ Merged
Merged: 10/9/2019
Merged by: @ashthespy
Base:
master← Head:master📝 Commits (1)
5937e4f📌 fix: lock rodio to v0.9📊 Changes
2 files changed (+4 additions, -4 deletions)
View changed files
📝
Cargo.lock(+3 -3)📝
playback/Cargo.toml(+1 -1)📄 Description
rodiopushed a change (github.com/RustAudio/rodio@0151398043) to, updating the dependencycpaltov0.10, which is incompatible with the currentlibrespotimplementation.This wouldn't be noticeable when working with
librespotdirectly based on how Cargo resolves dependencies (I think, still figuring this whole Rust thing out), but iflibrespotis being used as a dependency in another project, then the newercpalcrate also gets pulled in, andlibrespotwon't compile.The change in
rodiohas only occurred in the repository, there hasn't been a new version published, so I figured it would be better to pin the dependency version for the time being.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.