File: relax-git2.patch

package info (click to toggle)
rust-sequoia-git 0.4.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,580 kB
  • sloc: sh: 367; makefile: 32
file content (13 lines) | stat: -rw-r--r-- 333 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: sequoia-git/Cargo.toml
===================================================================
--- sequoia-git.orig/Cargo.toml
+++ sequoia-git/Cargo.toml
@@ -64,7 +64,7 @@ features = [
 version = ">=5, <7"
 
 [dependencies.git2]
-version = "0.19"
+version = ">= 0.19, < 0.21"
 default-features = false
 
 [dependencies.once_cell]