diff --git a/bench/Cargo.toml b/bench/Cargo.toml index a16ea94..90f3093 100644 --- a/bench/Cargo.toml +++ b/bench/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" bench = false [dependencies] -tui-textarea = { path = "..", default-features = false, features = ["search"] } +tui-textarea = { path = "..", features = ["search"] } tui = { version = "0.19", default-features = false } [dev-dependencies]