Skip to content

Commit

Permalink
Merge pull request #158 from brotskydotcom/issue-157
Browse files Browse the repository at this point in the history
Update release to support OpenBSD.
  • Loading branch information
brotskydotcom authored Dec 31, 2023
2 parents 5ed691c + 1edf699 commit 19625f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords = ["password", "credential", "keychain", "keyring", "cross-platform"]
license = "MIT OR Apache-2.0"
name = "keyring"
repository = "https://github.com/hwchen/keyring-rs.git"
version = "2.2.0"
version = "2.3.0"
edition = "2021"
exclude = [".github/"]
readme = "README.md"
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ This crate provides secure storage support for
Linux (secret-service and kernel keyutils),
iOS (keychain), macOS (keychain), and
Windows (credential manager).

It also builds on FreeBSD and OpenBSD (secret-service),
and probably works there,
but since neither the maintainers nor GitHub do
building and testing on BSDs, we can't be sure.
testing on BSD variants, we rely on contributors
to support these platforms. Thanks for your help!

The default features of this crate are set up
to build all the available platform support.
Expand Down Expand Up @@ -172,6 +172,7 @@ whether through contributing code, discussion, or bug reports!
- @jkhsjdhjs
- @jonathanmorley
- @jyuch
- @klemensn
- @landhb
- @lexxvir
- @MaikKlein
Expand Down

0 comments on commit 19625f8

Please sign in to comment.