Skip to content

Commit

Permalink
Revert "fix for linux keyring issues (#270)"
Browse files Browse the repository at this point in the history
This reverts commit 3a9a410.
  • Loading branch information
calvinrp committed May 8, 2024
1 parent 3a9a410 commit d764e6f
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 @@ -83,7 +83,7 @@ warg-transparency = { path = "crates/transparency", version = "0.5.0-dev" }
warg-server = { path = "crates/server", version = "0.5.0-dev" }
clap = { version = "4.3.24", features = ["derive", "env"] }
thiserror = "1.0.56"
keyring = { version = "2.3.3", features = [ "platform-windows", "platform-macos", "linux-default-keyutils" ] }
keyring = "2.3.0"
anyhow = "1.0.79"
serde = { version = "1.0.196", features = ["derive", "rc"] }
serde_json = "1.0.113"
Expand Down

0 comments on commit d764e6f

Please sign in to comment.