diff options
| author | Joakim Hulthe <joakim.hulthe@mullvad.net> | 2025-11-15 12:24:26 +0100 |
|---|---|---|
| committer | Joakim Hulthe <joakim.hulthe@mullvad.net> | 2025-11-15 12:24:26 +0100 |
| commit | 1216e9e7c56924f0e9e9204c0cdf6ca17f3282d0 (patch) | |
| tree | 59b2aac309e90c32d5a7092cc02f4b6faa2804da | |
| parent | 526304a56bc261bf0bed9da6e36c558f1c23b11e (diff) | |
| download | mullvadvpn-linux-netns.tar.xz mullvadvpn-linux-netns.zip | |
fixup: nix featurelinux-netns
| -rw-r--r-- | nullvad/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nullvad/Cargo.toml b/nullvad/Cargo.toml index cde2bbf59b..782a00d4fd 100644 --- a/nullvad/Cargo.toml +++ b/nullvad/Cargo.toml @@ -13,7 +13,7 @@ clap = { workspace = true, features = ["derive"] } env_logger.workspace = true futures.workspace = true log.workspace = true -nix = { workspace = true, features = ["sched", "socket", "uio", "user", "fs"] } +nix = { workspace = true, features = ["sched", "socket", "uio", "user", "fs", "mount"] } rtnetlink.workspace = true tokio = { workspace = true, features = ["full"] } tokio-util = { workspace = true, features = ["rt"] } |
