Skip to content

Commit

Permalink
fix(deps): Downgrade keyring
Browse files Browse the repository at this point in the history
3.2.0 is broken, see hwchen/keyring-rs#207
  • Loading branch information
VorpalBlade committed Aug 30, 2024
1 parent 0abcabd commit 2dafef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ vendored = ["keyring?/vendored"]
[dependencies]
ini-roundtrip = "0.1.3"
itertools = { version = "0.13.0", default-features = false }
keyring = { version = "3.2.0", optional = true, default-features = false, features = [
keyring = { version = "=3.1.0", optional = true, default-features = false, features = [
"apple-native",
"crypto-rust",
"sync-secret-service",
Expand Down

0 comments on commit 2dafef2

Please sign in to comment.