Skip to content
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

Ready the release of v3 #179

Merged
merged 5 commits into from
Jul 6, 2024
Merged

Conversation

brotskydotcom
Copy link
Collaborator

The main feature of this release is that it allows using the keyring with the secret service without an async runtime.

It also fixes a number of outstanding issues raised by various contributors:

  1. Integrates the latest release of the secret service (fixes Update secret-service requirement from 3 to 4 #175).
  2. Replaces older macro crates with newer Rust std library features (fixes Take newer dependencies and macro crates #178).

Update the CI scripts to handle the new targets.

Update the Error type not to require Sync.

Update the docs about features and thread safety.

Update tests for thread safety.
Now that our MSRV is 1.70, we can use std::sync::OnceCell.
1. Build the example as part of CI.

2. Fix the features used in the publish workflow.
@brotskydotcom brotskydotcom merged commit fcc7bb0 into hwchen:master Jul 6, 2024
11 checks passed
This was referenced Jul 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Take newer dependencies and macro crates
1 participant