Skip to content

Commit 861ffff

Browse files
authored
Merge pull request #9445 from WolfSkin0/master
Enable persistence in user-chosen keyring for keyring-rs on linux
2 parents 789d8a2 + ef78b9b commit 861ffff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tokio = { version = "1.45.1", default-features = false }
2020
keyring = { version = "3.6.1", features = [
2121
"apple-native",
2222
"windows-native",
23-
"linux-native",
23+
"linux-native-sync-persistent",
2424
"crypto-rust",
2525
] }
2626
anyhow = "1.0.98"

0 commit comments

Comments
 (0)