Codebase list rust-libslirp / 087fed3
time - remove dev-dependency on criterion. Peter Michael Green 2 years ago
2 changed file(s) with 15 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
55 * Drop quickcheck feature for now, we don't have a suitable version of
66 quickcheck in Debian.
77 * Disable tests that are not included in the crates.io release
8 * Remove dev-dependency on criterion which is only used by
9 benches that are not included in the crates.io release.
810 * Disable macros and large-dates features, they depend on the
911 time-macros crate which is not currently in debian.
1012 * Disable doctests that rely on the macros feature, the feature
1010 mod time;
1111 mod utc_offset;
1212 pub mod util;
13 Index: time/Cargo.toml
14 ===================================================================
15 --- time.orig/Cargo.toml
16 +++ time/Cargo.toml
17 @@ -74,8 +74,3 @@ std = ["alloc"]
18 version = "=1.0.34"
19 [target."cfg(any(target_os = \"linux\", unsound_local_offset))".dependencies.libc]
20 version = "0.2.98"
21 -[target."cfg(bench)".dev-dependencies.criterion]
22 -version = "0.3.5"
23 -
24 -[target."cfg(bench)".dev-dependencies.criterion-cycles-per-byte]
25 -version = "0.1.2"