From eba6fa34a1ed9cff60962b0bf658aed94d3527b5 Mon Sep 17 00:00:00 2001 From: dave horner Date: Sun, 27 Apr 2025 08:24:10 -0400 Subject: [PATCH] chore: add history feature to history_custom --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 058b15d..f163bd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,6 +44,10 @@ required-features = ["editor"] name = "fuzzy_select" required-features = ["fuzzy-select"] +[[example]] +name = "history_custom" +required-features = ["history"] + [[example]] name = "history" required-features = ["history"]