diff options
author | Blaž Hrastnik | 2024-02-12 03:01:17 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2024-02-12 03:01:17 +0000 |
commit | ad7b7bc8047d3c0930bbc6201d8f69132b396b9b (patch) | |
tree | ae0c6735278401f7f36d5f0ff409468ae26aefc9 /helix-core | |
parent | 6a90166d0a3d8fd0e2e96e4ac8e196b2b2989760 (diff) |
minor: Fix compilation
Diffstat (limited to 'helix-core')
-rw-r--r-- | helix-core/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index e0eb6401..fb68ccc0 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" |