File: 2002_regex-cursor.patch

package info (click to toggle)
hx 25.01.1%2B20250505-3.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,912 kB
  • sloc: lisp: 26,687; xml: 109; cpp: 45; sh: 40; makefile: 24
file content (28 lines) | stat: -rw-r--r-- 756 bytes parent folder | download
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"