summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--nullvad/Cargo.toml2
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"] }