Codebase list rust-stfu8 / 5b6e052
bat: disable features to skip NEW Sylvestre Ledru 3 years ago
2 changed file(s) with 14 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Index: bat/Cargo.toml
1 ===================================================================
2 --- bat.orig/Cargo.toml
3 +++ bat/Cargo.toml
4 @@ -113,7 +113,7 @@ version = "2.33"
5 optional = true
6
7 [features]
8 -application = ["atty", "clap", "dirs", "git", "lazy_static", "paging", "wild", "regex-onig"]
9 +application = ["atty", "clap", "dirs", "git", "lazy_static", "paging"] #, "wild", "regex-onig"]
10 default = ["application"]
11 git = ["git2"]
12 paging = ["shell-words"]
00 change-git2-version.diff
1 disable-feature.diff