Codebase list rust-float-cmp / c6c8a99
av-metrics: update to 0.9.0 Sebastian Ramacher 1 year, 5 months ago
3 changed file(s) with 15 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
0 rust-av-metrics (0.9.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package av-metrics 0.9.0 from crates.io using debcargo 2.6.0
3
4 -- Sebastian Ramacher <sramacher@debian.org> Sun, 04 Dec 2022 20:32:53 +0100
5
06 rust-av-metrics (0.8.1-2) unstable; urgency=medium
17
28 * debian/patches: Remove reference to benchmarks
1111 be correct information so you should review and fix this before uploading to
1212 the archive.
1313
14 Files: ./src/video/ciede/delta_e/LICENSE
14 Files: src/video/ciede/delta_e/LICENSE
1515 Copyright: 2017 Elliot Jackson
1616 License: UNKNOWN-LICENSE; FIXME (overlay)
1717 Comment:
1818 FIXME (overlay): These notices are extracted from files. Please review them
1919 before uploading to the archive.
2020
21 Files: ./src/video/ciede/rgbtolab/LICENSE
21 Files: src/video/ciede/rgbtolab/LICENSE
2222 Copyright: 2017 Elliot Jackson
2323 License: UNKNOWN-LICENSE; FIXME (overlay)
2424 Comment:
00 --- a/Cargo.toml
11 +++ b/Cargo.toml
2 @@ -22,10 +22,6 @@
2 @@ -23,11 +23,6 @@
33 [lib]
44 bench = false
55
77 -name = "bench"
88 -path = "benches/bench.rs"
99 -harness = false
10 -
1011 [dependencies.crossbeam]
1112 version = "0.8"
1213
13 @@ -51,8 +47,4 @@
14 @@ -54,8 +49,3 @@
15 [dependencies.v_frame]
16 version = "0.3.0"
1417
15 [dependencies.v_frame]
16 version = "0.2.0"
1718 -[dev-dependencies.criterion]
18 -version = "0.3"
19
19 -version = "0.4"
20 -
2021 -[dev-dependencies.y4m]
2122 -version = "0.7.0"