summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-09-15 18:38:44 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-09-15 18:39:08 +0200
commit407d4c3c93ad4eace6f00fbe1bc20022d6385558 (patch)
treea73312ea4443251cc96ef2e5976fe8ffb0206954
parent8a97520063e7005e8c194529e1e80012d6e8a1a2 (diff)
Extra nix feature needed after update
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6e826ec..819b9b9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,7 +18,7 @@ clap = { version = "4.4.3", features = ["derive"] }
comfy-table = "6.2.0"
git2 = { version = "0.18.0", default-features = false, features = ["vendored-libgit2"] }
humansize = "2.1.3"
-nix = { version = "0.27.1", default-features = false, features = ["user"] }
+nix = { version = "0.27.1", default-features = false, features = ["user", "fs"] }
rustyline = { version = "11.0.0", default-features = false }
shlex = "1.1.0"
thiserror = "1.0.48"