pop-os / dbus-settings-bindings

Rust bindings for D-Bus settings interfaces
Mozilla Public License 2.0
7 stars 4 forks source link

Update to zbus 5.x #19

Open ids1024 opened 1 month ago

ids1024 commented 1 month ago

Relatively straightforward to update, but it looks like zbus 5.0 requires Rust 1.81...

ids1024 commented 1 month ago

https://github.com/dbus2/zbus/pull/1069

Looks like it wasn't updated to 1.81 for any specific reason. Doesn't necessary seem like the best approach to managing rust-version.

ids1024 commented 1 month ago

https://github.com/dbus2/zbus/pull/1108

The next zbus release will drop this requirement, so we'll be able to update.