summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tunnel-obfuscation/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tunnel-obfuscation/Cargo.toml b/tunnel-obfuscation/Cargo.toml
index 48cf2a932d..47d34c10e8 100644
--- a/tunnel-obfuscation/Cargo.toml
+++ b/tunnel-obfuscation/Cargo.toml
@@ -22,4 +22,4 @@ mullvad-masque-proxy = { path = "../mullvad-masque-proxy" }
socket2 = { workspace = true, features = ["all"] }
[target.'cfg(target_os="linux")'.dependencies]
-nix = { workspace = true }
+nix = { workspace = true, features = ["socket"] }