File: 2002_anstyle-parse.patch

package info (click to toggle)
git-delta 0.18.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,460 kB
  • sloc: sh: 751; makefile: 117
file content (17 lines) | stat: -rw-r--r-- 505 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: accept older revisions of crate anstyle-parse
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2025-08-28
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@
 [dependencies]
 ansi_colours = "1.2.1"
 ansi_term = "0.12.1"
-anstyle-parse = "0.2.3"
+anstyle-parse = "0.2.1"
 anyhow = "1.0.70"
 bat = { version = ">= 0.24.0, <= 0.25", default-features = false, features = [
     "minimal-application",