Codebase list rust-libslirp / 9062fb1
grep-printer: fix patch name Ximin Luo 4 years ago
2 changed file(s) with 13 addition(s) and 13 deletion(s). Raw diff Collapse all Expand all
+0
-13
src/grep-printer/debian/patches/relax-dep-versions.patch less more
0 Index: grep-printer/Cargo.toml
1 ===================================================================
2 --- grep-printer.orig/Cargo.toml
3 +++ grep-printer/Cargo.toml
4 @@ -22,7 +22,7 @@ keywords = ["grep", "pattern", "print",
5 license = "Unlicense/MIT"
6 repository = "https://github.com/BurntSushi/ripgrep"
7 [dependencies.base64]
8 -version = "0.10.0"
9 +version = ">= 0.10.0, < 0.12"
10 optional = true
11
12 [dependencies.bstr]
0 Index: grep-printer/Cargo.toml
1 ===================================================================
2 --- grep-printer.orig/Cargo.toml
3 +++ grep-printer/Cargo.toml
4 @@ -22,7 +22,7 @@ keywords = ["grep", "pattern", "print",
5 license = "Unlicense/MIT"
6 repository = "https://github.com/BurntSushi/ripgrep"
7 [dependencies.base64]
8 -version = "0.10.0"
9 +version = ">= 0.10.0, < 0.12"
10 optional = true
11
12 [dependencies.bstr]