Skip to content

Commit

Permalink
keyring: re-enable real backends
Browse files Browse the repository at this point in the history
  • Loading branch information
eladyn committed Dec 27, 2024
1 parent 57a39e8 commit f2757cf
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 1 deletion.
52 changes: 52 additions & 0 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 @@ -18,7 +18,7 @@ fern = { version = "0.7.0", features = ["syslog-6"] }
futures = "0.3.15"
gethostname = "0.5.0"
hex = "0.4"
keyring = { version = "3.5", optional = true }
keyring = { version = "3.5", optional = true, features = ["apple-native", "windows-native", "sync-secret-service"] }
libc = "0.2.82"
log = "0.4.6"
serde = { version = "1.0.115", features = ["derive"] }
Expand Down

0 comments on commit f2757cf

Please sign in to comment.