Skip to content

Commit

Permalink
fix: crash on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
reyamir committed Nov 3, 2024
1 parent d1018ba commit bfed56b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src-tauri/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 src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ futures = "0.3.30"
linkify = "0.10.0"
regex = "1.10.4"
keyring = { version = "3", features = ["apple-native", "windows-native"] }
keyring-search = "1.2.0"
keyring-search = { git = "https://github.com/reyamir/keyring-search" }
tracing-subscriber = { version = "0.3.18", features = ["fmt"] }

[target.'cfg(target_os = "macos")'.dependencies]
Expand Down

0 comments on commit bfed56b

Please sign in to comment.