Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-core/Cargo.toml')
| -rw-r--r-- | helix-core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index ead75f9a..e7e79ea4 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -55,7 +55,7 @@ textwrap = "0.16.2" nucleo.workspace = true parking_lot.workspace = true -globset = "0.4.16" +globset.workspace = true regex-cursor = "0.1.5" [dev-dependencies] |