diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-09-11 10:15:01 +0200 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-09-11 10:15:01 +0200 |
| commit | 2f4156582270e9349facefd06d0676c5e4346a8b (patch) | |
| tree | f1990e036392fbeb852db619fd89e4e9745a6f8c | |
| parent | 64ba0b9de8e2154f5978c7bdcaedc1a8387edf3d (diff) | |
| parent | 7c9952397f77805bf3476c55a9bb646812164794 (diff) | |
| download | mullvadvpn-2f4156582270e9349facefd06d0676c5e4346a8b.tar.xz mullvadvpn-2f4156582270e9349facefd06d0676c5e4346a8b.zip | |
Merge branch 'fix-tunnel-obfuscation-build'
| -rw-r--r-- | tunnel-obfuscation/Cargo.toml | 2 |
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"] } |
