No description
Find a file
Cheong Lau b2337437d7 fix(mpris2): regression in 2024 edition migration
Rust 2024 edition changed the lifetime capture rules, which broke
`Enumerator::receive_changes()`. Adding the `use<>` bound makes sure
that the lifetime isn't captured, like it was in the 2021 edition.

fixes: c31a46961a
2025-10-15 08:29:07 +02:00
a11y chore: Rust 2024 edition 2025-10-05 14:29:51 +02:00
accounts-zbus chore: update dependencies 2025-10-05 14:29:51 +02:00
bluez chore: update dependencies 2025-10-05 14:29:51 +02:00
cosmic-settings-daemon chore: Rust 2024 edition 2025-10-05 14:29:51 +02:00
geoclue2 chore: update dependencies 2025-10-05 14:29:51 +02:00
hostname1 chore: Rust 2024 edition 2025-10-05 14:29:51 +02:00
locale1 chore: Rust 2024 edition 2025-10-05 14:29:51 +02:00
mpris2 fix(mpris2): regression in 2024 edition migration 2025-10-15 08:29:07 +02:00
networkmanager chore: update dependencies 2025-10-05 14:29:51 +02:00
switcheroo-control chore: Rust 2024 edition 2025-10-05 14:29:51 +02:00
timedate chore: update dependencies 2025-10-05 14:29:51 +02:00
upower chore: update dependencies 2025-10-05 14:29:51 +02:00
.editorconfig Initial commit 2022-01-11 11:21:57 -05:00
.gitignore Add AccessPoint bindings 2022-01-13 12:06:00 -05:00
.rustfmt.toml chore: Rust 2024 edition 2025-10-05 14:29:51 +02:00
Cargo.toml chore: update dependencies 2025-10-05 14:29:51 +02:00
LICENSE.md Initial commit 2022-01-11 11:21:57 -05:00