From 7792837b07068a4b6fa140b2055eaab974ac1675 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 22 Apr 2024 02:18:57 -0500 Subject: [PATCH] repline: Remove default-features from crossterm, since we don't use the event API --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0437167..eff96ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,4 +8,4 @@ license.workspace = true publish.workspace = true [dependencies] -crossterm = "0.27.0" +crossterm = { version = "0.27.0", default-features = false }