We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Description Compiling with dbus_mpris enabled fails with the following errors:
error[E0404]: expected trait, found enum `PlayContextId` --> src/dbus_mpris.rs:352:41 | 352 | struct AnyContextId(Box<dyn PlayContextId>); | ^^^^^^^^^^^^^ not a trait error[E0404]: expected trait, found enum `PlayContextId` --> src/dbus_mpris.rs:363:18 | 363 | impl PlayContextId for AnyContextId {} | ^^^^^^^^^^^^^ not a trait error[E0404]: expected trait, found enum `PlayableId` --> src/dbus_mpris.rs:366:34 | 366 | Playable(Box<dyn PlayableId>), | ^^^^^^^^^^ not a trait
To Reproduce cargo build --features dbus_mpris
cargo build --features dbus_mpris
Compilation flags
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered:
That semver breaking rspotify 0.11.6 release / the temporary workaround is really causing a lot of problems. 😅
rspotify 0.11.6
This issue has been raised in #1193, #1144 and will be fixed with #1145. The last mentioned PR should be merged within the next few days.
Edit: I'm going to leave this one open so that hopefully people get to see this before opening new duplicate issues.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
Compiling with dbus_mpris enabled fails with the following errors:
To Reproduce
cargo build --features dbus_mpris
Compilation flags
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: