lucab / zbus_systemd

A pure-Rust library to interact with systemd DBus services
https://docs.rs/zbus_systemd
27 stars 7 forks source link

Update to zbus 5.0 #42

Open weinshec opened 3 weeks ago

weinshec commented 3 weeks ago

Seems like zbus had a new major release recently (zbus 5.0.0 Release notes) and since that's "the main dependency" of this crate, let's update the version in Cargo.toml

lucab commented 3 weeks ago

Thanks for the report. There is also an upcoming systemd release being discussed these days (v257, ETA still unknown) so I'm tempted to postpone the zbus bump till after that. That's in order to flush out things that people are waiting for (like https://github.com/lucab/zbus_systemd/issues/39 and https://github.com/lucab/zbus_systemd/issues/40) and avoid tangled updates. The systemd bump should be straightforward, I'd like to give precedence to that.

weinshec commented 3 weeks ago

@lucab Thanks for your prompt feedback. Sounds good to me :slightly_smiling_face: There is currently no hurry from my perspective as I'm currently stuck on an MSRV of 1.75 anyways and zbus 5.0 will require 1.80 if I'm not mistaken.