Codebase list rust-libflate / 826ca3e
bat: new upstream release Sylvestre Ledru 1 year, 11 months ago
6 changed file(s) with 27 addition(s) and 21 deletion(s). Raw diff Collapse all Expand all
0 rust-bat (0.21.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package bat 0.21.0 from crates.io using debcargo 2.5.0
4
5 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 14 May 2022 09:12:40 +0200
6
07 rust-bat (0.20.0-1) unstable; urgency=medium
18
29 * Team upload.
11 ===================================================================
22 --- bat.orig/Cargo.toml
33 +++ bat/Cargo.toml
4 @@ -54,7 +54,7 @@ default-features = false
4 @@ -63,7 +63,7 @@ default-features = false
55 version = "0.3"
66
77 [dependencies.console]
11 ===================================================================
22 --- bat.orig/Cargo.toml
33 +++ bat/Cargo.toml
4 @@ -37,9 +37,9 @@ optional = true
4 @@ -42,9 +42,9 @@ optional = true
55 [dependencies.bincode]
66 version = "1.0"
77
88 -[dependencies.bugreport]
9 -version = "0.4"
9 -version = "0.5.0"
1010 -optional = true
1111 +#[dependencies.bugreport]
12 +#version = "0.4"
12 +#version = "0.5.0"
1313 +#optional = true
1414
1515 [dependencies.bytesize]
1616 version = "1.1.0"
17 @@ -143,7 +143,7 @@ version = "2.34"
18 optional = true
17 @@ -155,7 +155,6 @@ optional = true
1918
2019 [features]
21 -application = ["bugreport", "build-assets", "git", "minimal-application"]
22 +application = ["build-assets", "git", "minimal-application"]
23 build-assets = ["syntect/yaml-load", "syntect/dump-create", "regex", "walkdir"]
24 default = ["application"]
25 git = ["git2"]
20 application = [
21 - "bugreport",
22 "build-assets",
23 "git",
24 "minimal-application",
11 ===================================================================
22 --- bat.orig/Cargo.toml
33 +++ bat/Cargo.toml
4 @@ -25,7 +25,7 @@ repository = "https://github.com/sharkdp
5 lto = true
4 @@ -30,7 +30,7 @@ lto = true
65 codegen-units = 1
6
77 [dependencies.ansi_colours]
88 -version = "^1.1"
99 +version = "^1.0"
1010
1111 [dependencies.ansi_term]
1212 version = "^0.12.1"
13 @@ -42,7 +42,7 @@ version = "1.0"
13 @@ -47,7 +47,7 @@ version = "1.0"
1414 #optional = true
1515
1616 [dependencies.bytesize]
11 ===================================================================
22 --- bat.orig/Cargo.toml
33 +++ bat/Cargo.toml
4 @@ -45,7 +45,7 @@ version = "1.0"
4 @@ -50,7 +50,7 @@ version = "1.0"
55 version = "1.1.0"
66
77 [dependencies.clap]
88 -version = "2.34"
99 +version = "2"
10 features = ["suggestions", "color", "wrap_help"]
11 optional = true
12 default-features = false
13 @@ -139,7 +139,7 @@ version = "3.3.0"
14 [dev-dependencies.wait-timeout]
10 features = [
11 "suggestions",
12 "color",
13 @@ -150,7 +150,7 @@ version = "3.3.0"
1514 version = "0.2.0"
15
1616 [build-dependencies.clap]
1717 -version = "2.34"
1818 +version = "2"
11 ===================================================================
22 --- bat.orig/Cargo.toml
33 +++ bat/Cargo.toml
4 @@ -115,7 +115,7 @@ default-features = false
4 @@ -124,7 +124,7 @@ default-features = false
55 version = "1.0"
66
77 [dependencies.unicode-width]