Skip to content

Commit b634e11

Browse files
committed
add patch to remove criterion when packaging for fedora
1 parent 7900d7d commit b634e11

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
--- nom-kconfig-0.10.0/Cargo.toml 2006-07-24T01:21:28+00:00
2+
+++ nom-kconfig-0.10.0/Cargo.toml 2026-06-10T21:18:53.390041+00:00
3+
@@ -123,11 +123,6 @@
4+
name = "source_glob"
5+
path = "tests/source_glob.rs"
6+
7+
-[[bench]]
8+
-name = "my_benchmark"
9+
-path = "benches/my_benchmark.rs"
10+
-harness = false
11+
-
12+
[dependencies.glob]
13+
version = "0.3.3"
14+
optional = true
15+
@@ -154,10 +149,6 @@
16+
version = "4.3.24"
17+
features = ["derive"]
18+
19+
-[dev-dependencies.criterion]
20+
-version = "0.8.2"
21+
-features = ["html_reports"]
22+
-
23+
[dev-dependencies.reqwest]
24+
version = "0.13.2"
25+
features = ["blocking"]

0 commit comments

Comments
 (0)