Skip to content
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 dbus_mpris to rspotify 0.12.0 #1220

Merged
merged 4 commits into from
Sep 20, 2023
Merged

Commits on Aug 31, 2023

  1. set rspotify to 0.12.0

    Bailey Kasin committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    7e402c6 View commit details
    Browse the repository at this point in the history
  2. dbus_mpris: update Duration calls and add Market

    rspotify 0.11.7 switched completely from std Duration
    to chrono::Duration, so update our usage accordingly.
    
    0.11.7 also add Collectionyourepisodes to the Type
    enum, so add it to uri_to_id.
    Bailey Kasin committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    9de7024 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. dbus_mpris: use chrono::duration for seek math

    and also resolve lint errors related to try_into()
    
    Signed-off-by: Bailey Kasin <[email protected]>
    Bailey Kasin committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    4037084 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Bump MSRV to 1.67

    Signed-off-by: Bailey Kasin <[email protected]>
    Bailey Kasin committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    3a96cee View commit details
    Browse the repository at this point in the history