Skip to content

Commit fa951ac

Browse files
committed
fix: disable default nix features
1 parent 717bc0f commit fa951ac

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
@@ -25,4 +25,4 @@ url = "2.2"
2525
xdg = "2.1"
2626

2727
[target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies]
28-
nix = "0.22"
28+
nix = { version = "0.22", default-features = false }

0 commit comments

Comments
 (0)