ports/textproc/bat/files/patch-Cargo.toml
Gabriel M. Dutra de77e1b869 textproc/bat: Update to 0.24.0
changeLog:
https://github.com/sharkdp/bat/releases/tag/v0.24.0

PR:		278321
Approved by:	pizzamig@ (maintainer)
2024-09-07 15:17:33 -03:00

11 lines
539 B
TOML

--- Cargo.toml.orig 2024-04-12 00:28:10.859741000 -0300
+++ Cargo.toml 2024-04-12 00:28:17.686120000 -0300
@@ -58,7 +58,7 @@
semver = "1.0"
path_abs = { version = "0.5", default-features = false }
clircle = "0.4"
-bugreport = { version = "0.5.0", optional = true }
+bugreport = { version = "0.5.0", optional = true, default-features = false, features = ["git_hash", "format_markdown"]}
etcetera = { version = "0.8.0", optional = true }
grep-cli = { version = "0.1.9", optional = true }
regex = { version = "1.8.3", optional = true }