hwchen / secret-service-rs

Rust library for interfacing with Secret Service API
Apache License 2.0
73 stars 28 forks source link

Update zbus to v4 #75

Closed liff closed 5 months ago

liff commented 5 months ago

Fixes #71. The required changes seem to be pretty minor, unless there’s something I missed.

VorpalBlade commented 5 months ago

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: Cargo.toml, the CI workflow files, and somewhere in the docs probably?).

complexspaces commented 4 months ago

Released in v4.0.0 on crates.io. Thanks again!