File: increase-grep-searcher-dep.diff

package info (click to toggle)
rust-ripgrep 12.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,772 kB
  • sloc: python: 1,125; sh: 210; makefile: 19; ruby: 19
file content (14 lines) | stat: -rw-r--r-- 329 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Index: ripgrep/Cargo.toml
===================================================================
--- ripgrep.orig/Cargo.toml
+++ ripgrep/Cargo.toml
@@ -53,6 +53,9 @@ default-features = false
 [dependencies.grep]
 version = "0.2.7"
 
+[dependencies.grep-searcher]
+version = ">= 0.1.3"
+
 [dependencies.ignore]
 version = "0.4.16"