Skip to content

v3.0.0-rc.1: Next major version

Pre-release
Pre-release
Compare
Choose a tag to compare
@brotskydotcom brotskydotcom released this 06 Jul 14:41
· 121 commits to master since this release
fcc7bb0

From the README:

The major functional change between v2 and v3 is the addition of synchronous support for the Secret Service via the dbus-secret-service crate. This means that keyring users of the Secret Service no longer need to link with an async runtime.

The only API change between v2 and v3 is that the default feature set has gone away: you must now specify explicitly which crate-supported keystores you want included. So keyring clients will need to update their Cargo.toml file, but not their code.

All v2 data is fully forward-compatible with v3 data; there have been no changes at all in that respect.

The MSRV has been moved to 1.75, and all direct dependencies are at their latest stable versions.