about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--tvix/eval/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/eval/Cargo.toml b/tvix/eval/Cargo.toml
index ee177c7def..ce72745889 100644
--- a/tvix/eval/Cargo.toml
+++ b/tvix/eval/Cargo.toml
@@ -50,7 +50,7 @@ default = [ "repl", "impure", "arbitrary", "nix_tests" ]
 nix_tests = []
 
 # Enables building the binary (tvix-eval REPL)
-repl = [ "dep:rustyline", "dep:clap" ]
+repl = [ "rustyline", "clap" ]
 
 # Enables operations in the VM which depend on the ability to perform I/O
 impure = []