diff --git a/tvix/eval/Cargo.toml b/tvix/eval/Cargo.toml index ee177c7de..ce7274588 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 = []