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",
|