File: relax-git2.diff

package info (click to toggle)
rust-bat 0.25.0-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,096 kB
  • sloc: sh: 255; python: 39; makefile: 14
file content (13 lines) | stat: -rw-r--r-- 299 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: bat/Cargo.toml
===================================================================
--- bat.orig/Cargo.toml
+++ bat/Cargo.toml
@@ -89,7 +89,7 @@ optional = true
 version = "1.0"
 
 [dependencies.git2]
-version = "0.19"
+version = ">= 0.19, < 0.21"
 optional = true
 default-features = false