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 upstream6 years ago
update mpris dependnecy when it fixes the rust 1.33 regression upstreamto update mpris dependecy when it fixes the rust 1.33 regression upstream 6 years ago