Codebase list rust-stfu8 / 0b68feb
hyperfine: new upstream release Sylvestre Ledru 2 years ago
5 changed file(s) with 15 addition(s) and 19 deletion(s). Raw diff Collapse all Expand all
0 rust-hyperfine (1.12.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package hyperfine 1.12.0 from crates.io using debcargo 2.4.4-alpha.0
3
4 -- Sylvestre Ledru <sylvestre@debian.org> Wed, 20 Oct 2021 21:57:39 +0200
5
06 rust-hyperfine (1.11.0-3) unstable; urgency=medium
17
28 * Package hyperfine 1.11.0 from crates.io using debcargo 2.4.4-alpha.0
1212 the archive.
1313
1414 Files: ./LICENSE-MIT
15 Copyright: 2018-2020 The hyperfine developers
16 License: UNKNOWN-LICENSE; FIXME (overlay)
17 Comment:
18 FIXME (overlay): These notices are extracted from files. Please review them
19 before uploading to the archive.
20
21 Files: ./README.md
2215 Copyright: 2018-2020 The hyperfine developers
2316 License: UNKNOWN-LICENSE; FIXME (overlay)
2417 Comment:
11 ===================================================================
22 --- hyperfine.orig/Cargo.toml
33 +++ hyperfine/Cargo.toml
4 @@ -36,7 +36,7 @@ features = ["suggestions", "color", "wra
4 @@ -32,7 +32,7 @@ features = ["suggestions", "color", "wra
55 default-features = false
66
77 [dependencies.colored]
99 +version = "1"
1010
1111 [dependencies.csv]
12 version = "1.1.3"
12 version = "1.1"
11 ===================================================================
22 --- hyperfine.orig/Cargo.toml
33 +++ hyperfine/Cargo.toml
4 @@ -59,8 +59,8 @@ version = "1.0"
4 @@ -58,8 +58,8 @@ version = "1.0"
55
66 [dependencies.statistical]
77 version = "1.0"
88 -[dev-dependencies.approx]
9 -version = "0.3"
9 -version = "0.5"
1010 +#[dev-dependencies.approx]
11 +#version = "0.3"
12 [build-dependencies.atty]
13 version = "0.2"
11 +#version = "0.5"
1412
15 @@ -71,6 +71,6 @@ version = "2"
16 version = "0.9"
13 [dev-dependencies.assert_cmd]
14 version = "2.0"
15 @@ -76,6 +76,6 @@ version = "0.2"
16 version = "2"
1717 [target."cfg(not(windows))".dependencies.libc]
1818 version = "0.2"
1919 -[target."cfg(windows)".dependencies.winapi]
00 #!/usr/bin/make -f
11 %:
22 dh $@ --buildsystem cargo
3
4 override_dh_auto_test:
5 dh_auto_test -- test --all