mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 00:05:55 +03:00
[PR #1637] chore: remove async-trait #1471
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#1471
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/1637
Author: @photovoltex
Created: 11/14/2025
Status: 🔄 Open
Base:
dev← Head:remove-async-trait📝 Commits (2)
8c67d7bchore: remove async-trait7ace4d0chore: update CHANGELOG📊 Changes
12 files changed (+24 additions, -21 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
Cargo.lock(+0 -1)📝
metadata/Cargo.toml(+0 -1)📝
metadata/src/album.rs(+0 -1)📝
metadata/src/artist.rs(+0 -1)📝
metadata/src/episode.rs(+0 -1)📝
metadata/src/lib.rs(+23 -11)📝
metadata/src/playlist/annotation.rs(+0 -1)📝
metadata/src/playlist/list.rs(+0 -1)📝
metadata/src/request.rs(+0 -1)📝
metadata/src/show.rs(+0 -1)📝
metadata/src/track.rs(+0 -1)📄 Description
Removes the
async-traitcrate as our MSRV is higher then 1.75, which introduced the feature.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.