diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 84fec7583f..7d95038d2d 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -36,7 +36,4 @@ io_uring = ["limbo_core/io_uring"] [dev-dependencies] assert_cmd = "^2" predicates = "^3" - -# rexpect does not support windows https://github.com/rust-cli/rexpect/issues/11 -#[target.'cfg(not(windows))'.dev-dependencies] rexpect = "0.6.0"