We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 717bc0f commit fa951acCopy full SHA for fa951ac
Cargo.toml
@@ -25,4 +25,4 @@ url = "2.2"
25
xdg = "2.1"
26
27
[target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies]
28
-nix = "0.22"
+nix = { version = "0.22", default-features = false }
0 commit comments