Skip to content

Commit 19625f8

Browse files
Merge pull request #158 from brotskydotcom/issue-157
Update release to support OpenBSD.
2 parents 5ed691c + 1edf699 commit 19625f8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords = ["password", "credential", "keychain", "keyring", "cross-platform"]
66
license = "MIT OR Apache-2.0"
77
name = "keyring"
88
repository = "https://github.com/hwchen/keyring-rs.git"
9-
version = "2.2.0"
9+
version = "2.3.0"
1010
edition = "2021"
1111
exclude = [".github/"]
1212
readme = "README.md"

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ This crate provides secure storage support for
8585
Linux (secret-service and kernel keyutils),
8686
iOS (keychain), macOS (keychain), and
8787
Windows (credential manager).
88-
8988
It also builds on FreeBSD and OpenBSD (secret-service),
9089
and probably works there,
9190
but since neither the maintainers nor GitHub do
92-
building and testing on BSDs, we can't be sure.
91+
testing on BSD variants, we rely on contributors
92+
to support these platforms. Thanks for your help!
9393

9494
The default features of this crate are set up
9595
to build all the available platform support.
@@ -172,6 +172,7 @@ whether through contributing code, discussion, or bug reports!
172172
- @jkhsjdhjs
173173
- @jonathanmorley
174174
- @jyuch
175+
- @klemensn
175176
- @landhb
176177
- @lexxvir
177178
- @MaikKlein

0 commit comments

Comments
 (0)