File: 2002_bytelines.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-- 507 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: accept older minor version of crate bytelines
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
@@ -26,7 +26,7 @@
 ] }
 bitflags = "2.2.1"
 box_drawing = "0.1.2"
-bytelines = { version = "2.5.0", default-features = false }
+bytelines = { version = "2.4.0", default-features = false }
 chrono = "0.4.26"
 chrono-humanize = "0.2.2"
 clap_complete = "4.4.4"