hwchen / secret-service-rs

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

New major zbus release 4.0 #71

Closed VorpalBlade closed 5 months ago

VorpalBlade commented 8 months ago

Just a heads up that you will need to update this crate to work with the new version. I know it was released just a few hours ago, so I don't want to seem impatient. This is just a heads up.

(I'm so looking forward to getting smaller binary sizes when I can avoid a ton of duplicated dependencies.)

thewh1teagle commented 8 months ago

I'm looking for that too, that's the only way I can use this library, since I got conflict with zbus 3 and Tauri dialog plugin.

liff commented 5 months ago

zbus 4 branch here if you’d like to test.

VorpalBlade commented 5 months ago

No release made yet?

complexspaces commented 4 months ago

A new release with zbus 4.0 will be out soon.

brotskydotcom commented 4 months ago

Hey there @complexspaces, sorry to bother, but when do you expect a release that supports zbus 4.0? I have a lot of keyring clients asking me for it.

If it's not too much trouble, perhaps you could reopen this issue until you cut the release? That makes it easier for those of us waiting on it to track.

complexspaces commented 4 months ago

Thanks for the friendly poke 👍. secret-service 4.0 has been released with the update. Please let me know if there's any issues.

complexspaces commented 4 months ago

It looks like I messed up the README's Cargo.toml example version, but that should be harmless.

brotskydotcom commented 4 months ago

Thanks for the release! Integrating now.