-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update zbus to v4 #75
Conversation
I have tested this branch and it works correctly in my use case (https://github.com/VorpalBlade/chezmoi_modify_manager) but it seems like you need to fix some clippy warnings, as well as bump MSRV of this repo (probable locations this needs to be done: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from the MSRV and (unrelated to your changes, but needed to be fixed for CI to let it through) clippy warnings this looks good to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for working on this update. Do you mind rebasing this on master
and updating the MSRV here to the lowest version that passes (I think zbus
4 is between 1.69 and 1.75)?
Once CI runs I think this looks good to go and can be the starting place for secret-service
4.0.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Released in v4.0.0 on crates.io. Thanks again! |
Fixes #71. The required changes seem to be pretty minor, unless there’s something I missed.