1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Description: accept older release of crate regex-cursor
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2025-05-06
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/helix-core/Cargo.toml
+++ b/helix-core/Cargo.toml
@@ -58,7 +58,7 @@
nucleo.workspace = true
parking_lot.workspace = true
globset = "0.4.15"
-regex-cursor = "0.1.5"
+regex-cursor = "0.1.4"
[dev-dependencies]
quickcheck = { version = "1", default-features = false }
--- a/helix-stdx/Cargo.toml
+++ b/helix-stdx/Cargo.toml
@@ -16,7 +16,7 @@
etcetera = ">= 0.8.0, <= 0.10"
ropey.workspace = true
which = "7.0"
-regex-cursor = "0.1.5"
+regex-cursor = "0.1.4"
bitflags.workspace = true
once_cell = "1.20.2"
regex-automata = "0.4.9"
|