File: 1001_dirs.patch

package info (click to toggle)
git-delta 0.18.2-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,452 kB
  • sloc: sh: 751; makefile: 117
file content (17 lines) | stat: -rw-r--r-- 480 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: accept newer major version of crate dirs
Author: Jonas Smedegaard <dr@jones.dk>
Bug-Debian: https://bugs.debian.org/1123974
Last-Update: 2025-12-29
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,7 +38,7 @@
 ] }
 console = "0.15.0"
 ctrlc = "3.2.5"
-dirs = "5.0.1"
+dirs = ">= 5.0.1, <= 6"
 git2 = { version = "0.20.0", default-features = false, features = [] }
 grep-cli = "0.1.8"
 itertools = "0.10.5"