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 c2f9d511..a2e8d465 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -58,7 +58,7 @@ textwrap = "0.16.2" nucleo.workspace = true parking_lot.workspace = true globset = "0.4.16" -regex-cursor = "0.1.5" +regex-cursor.workspace = true [dev-dependencies] quickcheck = { version = "1", default-features = false } |