diff options
-rw-r--r-- | tvix/eval/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/eval/Cargo.toml b/tvix/eval/Cargo.toml index ee177c7defaa..ce72745889da 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 = [] |