Codebase list rust-stfu8 / 8e51eda
bat: bump liquid Sylvestre Ledru 3 years ago
3 changed file(s) with 14 addition(s) and 45 deletion(s). Raw diff Collapse all Expand all
0 Index: bat/Cargo.toml
1 ===================================================================
2 --- bat.orig/Cargo.toml
3 +++ bat/Cargo.toml
4 @@ -110,7 +110,7 @@ version = "2.33"
5 optional = true
6
7 [build-dependencies.liquid]
8 -version = "0.20"
9 +version = "0.21"
10 optional = true
11
12 [features]
1919 optional = true
2020 default-features = false
2121
22 @@ -71,9 +71,9 @@ version = "0.4"
23 version = "1.4"
24 optional = true
25
26 -[dependencies.path_abs]
27 -version = "0.5"
28 -default-features = false
29 +#[dependencies.path_abs]
30 +#version = "0.5"
31 +#default-features = false
32
33 [dependencies.semver]
34 version = "0.9"
35 @@ -89,10 +89,10 @@ version = "0.8"
36 version = "1.0.0"
37 optional = true
38
39 -[dependencies.syntect]
40 -version = "4.2.0"
41 -features = ["parsing", "yaml-load", "dump-load", "dump-create"]
42 -default-features = false
43 +#[dependencies.syntect]
44 +#version = "4.2.0"
45 +#features = ["parsing", "yaml-load", "dump-load", "dump-create"]
46 +#default-features = false
47
48 [dependencies.unicode-width]
49 version = "0.1.7"
50 @@ -111,12 +111,12 @@ optional = true
51
52 [build-dependencies.liquid]
53 version = "0.20"
54 -optional = true
55 +optional = false
56
57 [features]
58 -application = ["atty", "clap", "dirs", "git", "lazy_static", "liquid", "paging", "wild", "regex-onig"]
59 +application = ["atty", "clap", "dirs", "git", "lazy_static", "paging", "wild"]
60 default = ["application"]
61 git = ["git2"]
62 paging = ["shell-words"]
63 -regex-fancy = ["syntect/regex-fancy"]
64 -regex-onig = ["syntect/regex-onig"]
65 +#regex-fancy = ["syntect/regex-fancy"]
66 +#regex-onig = ["syntect/regex-onig"]
00 change-git2-version.diff
1 bump-liquid.diff