Skip to content

Releases: hwchen/keyring-rs

v0.10.4

13 Nov 14:13
Compare
Choose a tag to compare
(cargo-release) version 0.10.4

v0.10.1

27 Oct 02:25
Compare
Choose a tag to compare

Update secret-service from 1.1.0 to 1.1.1

0.10.0

22 Oct 17:36
Compare
Choose a tag to compare

New feature, allow specifying keychain name on MacOS. Behind a feature flag, you need to turn on in Cargo.toml. Use features = ["macos-specify-keychain"]. For example:

keyring = { version = "0.10.0", features = ["macos-specify-keychain"] }

v0.8.0

31 Jan 17:05
Compare
Choose a tag to compare
  • Upgrade to winapi 0.3 and removes advapi32-sys from windows.
  • Fixes all the clippy lints on windows and linux.
  • Upgrades to edition 2018
  • Formats everything to 1.40
  • Removes mem::uninitialized from windows

Thanks to @MaikKlein!