File: relax-dep-versions.patch

package info (click to toggle)
rust-rusty-tags 3.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 216 kB
  • sloc: makefile: 9
file content (13 lines) | stat: -rw-r--r-- 341 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: rusty-tags/Cargo.toml
===================================================================
--- rusty-tags.orig/Cargo.toml
+++ rusty-tags/Cargo.toml
@@ -22,7 +22,7 @@ repository = "https://github.com/dan-t/r
 version = "2.32.0"
 
 [dependencies.dirs]
-version = "2.0"
+version = ">= 3.0, < 6.0"
 
 [dependencies.fnv]
 version = "1.0.6"