From 5784987afe6cdca4265a8484e13fd7f9cea99cce Mon Sep 17 00:00:00 2001 From: rhysd Date: Fri, 14 Apr 2023 22:24:01 +0900 Subject: [PATCH] fix benchmark is broken due to lack of `tui` dependency --- bench/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]