Drop unused, benchmark-only bencher dev-dependency

epel10 imports/epel10/rust-crc32fast-1.4.2-3.el10
Fabio Valentini 6 months ago
parent 57c601598a
commit 40e2b89798
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -0,0 +1,12 @@
--- crc32fast-1.4.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ crc32fast-1.4.2/Cargo.toml 2024-08-29T13:27:26.403265+00:00
@@ -35,9 +35,6 @@
[dependencies.cfg-if]
version = "1.0"
-[dev-dependencies.bencher]
-version = "0.1"
-
[dev-dependencies.quickcheck]
version = "1.0"
default-features = false

@ -12,6 +12,9 @@ Summary: Fast, SIMD-accelerated CRC32 (IEEE) checksum computation
License: MIT OR Apache-2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/crc32fast URL: https://crates.io/crates/crc32fast
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * drop unused, benchmark-only bencher dev-dependency
Patch: crc32fast-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: cargo-rpm-macros >= 24

@ -0,0 +1,3 @@
[package]
cargo-toml-patch-comments = ["drop unused, benchmark-only bencher dev-dependency"]
Loading…
Cancel
Save