diff --git a/Cargo.toml b/Cargo.toml index aefa1fc..16db46d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/README.md b/README.md index e33325e..4f0a8a7 100644 --- a/README.md +++ b/README.md @@ -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. @@ -172,6 +172,7 @@ whether through contributing code, discussion, or bug reports! - @jkhsjdhjs - @jonathanmorley - @jyuch +- @klemensn - @landhb - @lexxvir - @MaikKlein