Drop unused, benchmark-only criterion dev-dependency

epel10 imports/epel10/rust-idna0.4-0.4.0-4.el10
Fabio Valentini 4 months ago
parent 56f5a05f28
commit 77cc47ae85
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -0,0 +1,12 @@
--- idna-0.4.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ idna-0.4.0/Cargo.toml 2024-09-22T00:13:34.159734+00:00
@@ -47,9 +47,6 @@
[dev-dependencies.assert_matches]
version = "1.3"
-[dev-dependencies.bencher]
-version = "0.1"
-
[dev-dependencies.serde_json]
version = "1.0"

@ -1,4 +1,4 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
@ -12,6 +12,9 @@ Summary: IDNA (Internationalizing Domain Names in Applications) and Punyc
License: MIT OR Apache-2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/idna URL: https://crates.io/crates/idna
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * drop unused, benchmark-only criterion dev-dependency
Patch: idna-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: cargo-rpm-macros >= 24

@ -1,3 +1,6 @@
[package] [package]
summary = "IDNA (Internationalizing Domain Names in Applications) and Punycode" summary = "IDNA (Internationalizing Domain Names in Applications) and Punycode"
cargo-toml-patch-comments = [
"drop unused, benchmark-only criterion dev-dependency",
]

Loading…
Cancel
Save