File: 1001_bat.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-- 558 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: accept newer minor version of crate bat
Author: Jonas Smedegaard <dr@jones.dk>
Bug-Debian: https://bugs.debian.org/1101624
Last-Update: 2025-08-28
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@
 ansi_term = "0.12.1"
 anstyle-parse = "0.2.3"
 anyhow = "1.0.70"
-bat = { version = "0.24.0", default-features = false, features = [
+bat = { version = ">= 0.24.0, <= 0.25", default-features = false, features = [
     "minimal-application",
     "paging",
     "regex-onig",