Skip to content

Commit

Permalink
build(deps): Add missing feature for Async IO
Browse files Browse the repository at this point in the history
  • Loading branch information
siketyan committed Sep 6, 2023
1 parent d2f924a commit 88aa762
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 @@ -36,7 +36,7 @@ hex = "0.4.3"
security-framework = "2.8"

[target.'cfg(target_os = "linux")'.dependencies]
secret-service = "3.0"
secret-service = { version = "3.0", features = ["rt-async-io-crypto-rust"] }

[features]
cli = ["anyhow", "clap", "serde_json"]
Expand Down

0 comments on commit 88aa762

Please sign in to comment.