-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update rspotify crate to v0.12.0 #249
Conversation
The point of Cargo.lock is to ensure the versions are the same so it should build for you anyways right? |
|
Btw this happens when trying to build both with amd64 cpu (wsl/ubuntu) and arm cpu (ubuntu server). |
Okay the breaking part here is that the crate The rust compiler even warns in previous versions, that rustc-serialize will break in future rust versions.
|
|
Sounds ok, fix the clippy lints even though they are unrelated please and we merge it. |
It should now be ready for a merge. :) |
Thank you for contributing @SimonStjernholm |
* updated rpsotify v0.11.6 -> v0.11.7 * updated rpspotify to 0.12.0 * fix clippy lints * fix cargo fmt check
* updated rpsotify v0.11.6 -> v0.11.7 * updated rpspotify to 0.12.0 * fix clippy lints * fix cargo fmt check
* updated rpsotify v0.11.6 -> v0.11.7 * updated rpspotify to 0.12.0 * fix clippy lints * fix cargo fmt check
cargo update
, since manual docker builds currently won't work with the main repository.