summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMarcin Puc <tranzystorek.io@protonmail.com>2022-09-13 17:53:47 +0200
committerGitHub <noreply@github.com>2022-09-13 11:53:47 -0400
commitcc0f1dd9681d497fff1e12b5b94eabe0cf68b19f (patch)
tree23859e857b2065b1d118aca4e75de2da82bb1bf1 /Cargo.toml
parent06cbbf7cc481ad0f75a4c5b2345dce3bc68ef09e (diff)
Switch bat to library mode (#1187)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 24f762f6..3c276539 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,7 +15,7 @@ name = "delta"
path = "src/main.rs"
[dependencies]
-bat = "0.21.0"
+bat = { version = "0.21.0", default-features = false, features = ["regex-onig"] }
chrono = "0.4.19"
chrono-humanize = "0.2.1"
ansi_colours = "1.0.4"