bat: use regex-onig instead of regex-fancy (#4226)

Fixes #4224

Signed-off-by: nibon7 <nibon7@163.com>
This commit is contained in:
nibon7
2021-12-24 22:34:59 +08:00
committed by GitHub
parent 6cd124ddb2
commit 1214cd57e8
2 changed files with 24 additions and 27 deletions

View File

@ -16,7 +16,7 @@ nu-plugin = { path="../nu-plugin", version = "0.41.0" }
nu-protocol = { path="../nu-protocol", version = "0.41.0" }
nu-source = { path="../nu-source", version = "0.41.0" }
bat = { version="0.18", default-features = false, features=["regex-fancy", "paging", "git"] }
bat = { version="0.18", default-features = false, features=["regex-onig", "paging", "git"] }
term_size = "0.3.2"
url = "2.2.0"