Skip to content

Commit

Permalink
require nix only on unix
Browse files Browse the repository at this point in the history
Co-authored-by: messense <[email protected]>
  • Loading branch information
konstin and messense authored Feb 8, 2023
1 parent d364424 commit 2529787
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ multipart = { version = "0.18.0", features = ["client"], default-features = fals
ureq = { version = "2.6.1", features = ["gzip", "socks-proxy"], default-features = false, optional = true }
native-tls-crate = { package = "native-tls", version = "0.2.8", optional = true }
keyring = { version = "1.1.1", optional = true }
[target.'cfg(unix)'.dependencies]
nix = { version = "0.26.2", default-features = false, features = ["process"], optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 2529787

Please sign in to comment.