From dfbad05c8e00f86e16257a4d14dfa74b4060fb60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Hrastnik?= Date: Mon, 12 Feb 2024 12:01:17 +0900 Subject: [PATCH] minor: Fix compilation --- helix-core/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index e0eb6401c017..fb68ccc083db 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -49,7 +49,6 @@ chrono = { version = "0.4", default-features = false, features = ["alloc", "std" etcetera = "0.8" textwrap = "0.16.0" -globset = "0.4.14" nucleo.workspace = true parking_lot = "0.12"