Skip to content

Commit

Permalink
fix: Fixed native operating system keychain support (#392)
Browse files Browse the repository at this point in the history
After a recent upgrade of keyring from 2.x to 3.x, all the features
became disabled by default instead of enabled by default, so we have to
enable them back again.
  • Loading branch information
frol authored and FroVolod committed Aug 23, 2024
1 parent 1a1446b commit 9bf4ab6
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 6 deletions.
107 changes: 102 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ near-socialdb-client = "0.5"
near-abi = "0.4.2"
zstd = "0.13"

keyring = "3.0.5"
keyring = { version = "3.0.5", features = ["apple-native", "windows-native", "sync-secret-service", "vendored"] }
interactive-clap = "0.3"
interactive-clap-derive = "0.3"

Expand Down

0 comments on commit 9bf4ab6

Please sign in to comment.