From ad7b7bc8047d3c0930bbc6201d8f69132b396b9b 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 e0eb6401c..fb68ccc08 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"