From de0e019f0a8ccadc6cdea559486e8ad56b8b277a Mon Sep 17 00:00:00 2001 From: Daniel Brotsky Date: Fri, 26 Jan 2024 10:16:48 -0800 Subject: [PATCH] Prepare to release Windows test fixes. Fixes hwchen/keyring-rs#163. --- Cargo.toml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 083d16d..2fc555a 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.3.1" +version = "2.3.2" rust-version = "1.68" edition = "2021" exclude = [".github/"] diff --git a/README.md b/README.md index fa96226..d5a7c49 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,7 @@ whether through contributing code, discussion, or bug reports! - @MaikKlein - @Phrohdoh - @phlip9 +- @ReactorScram - @Rukenshia - @russellbanks - @ryanavella