update mpris dependecy when it fixes the rust 1.33 regression upstream #1

Open
opened 2019-03-02 11:18:38 +00:00 by test · 0 comments
error[E0308]: mismatched types
   --> /home/ondra/.cargo/registry/src/github.com-1ecc6299db9ec823/mpris-1.1.1/src/player.rs:153:53
    |
153 |         self.set_position_in_microseconds(track_id, position.as_micros())
    |                                                     ^^^^^^^^^^^^^^^^^^^^ expected u64, found u128

error: aborting due to previous error

``` error[E0308]: mismatched types --> /home/ondra/.cargo/registry/src/github.com-1ecc6299db9ec823/mpris-1.1.1/src/player.rs:153:53 | 153 | self.set_position_in_microseconds(track_id, position.as_micros()) | ^^^^^^^^^^^^^^^^^^^^ expected u64, found u128 error: aborting due to previous error ```
test changed title from update mpris dependnecy when it fixes the rust 1.33 regression upstream to update mpris dependecy when it fixes the rust 1.33 regression upstream 2019-03-02 11:18:46 +00:00
Sign in to join this conversation.
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MightyPork/rapblock#1