2023-07-03 22:42:20 +00:00
|
|
|
From baec35d89e9bf46142b17565de1417f32b0a5b26 Mon Sep 17 00:00:00 2001
|
2023-03-02 14:54:05 +00:00
|
|
|
From: Kalev Lember <klember@redhat.com>
|
|
|
|
Date: Tue, 8 Nov 2022 17:02:19 +0100
|
|
|
|
Subject: [PATCH] Fedora: Drop dependencies required for benchmarking
|
|
|
|
|
|
|
|
Drop criterion that is only required for benchmarking, which we don't do
|
|
|
|
during package builds.
|
|
|
|
---
|
2023-07-03 22:42:20 +00:00
|
|
|
rsvg/Cargo.toml | 1 -
|
2023-03-02 14:54:05 +00:00
|
|
|
1 file changed, 1 deletion(-)
|
|
|
|
|
2023-07-03 22:42:20 +00:00
|
|
|
diff --git a/rsvg/Cargo.toml b/rsvg/Cargo.toml
|
|
|
|
index e221a7f2..799f5bad 100644
|
|
|
|
--- a/rsvg/Cargo.toml
|
|
|
|
+++ b/rsvg/Cargo.toml
|
|
|
|
@@ -79,7 +79,6 @@ yeslogic-fontconfig-sys = { version = "4.0.1", optional = true }
|
|
|
|
[dev-dependencies]
|
|
|
|
anyhow = "1.0"
|
2023-03-29 10:38:02 +00:00
|
|
|
chrono = { version = "0.4.23", default-features = false, features = ["clock", "std"] }
|
|
|
|
-criterion = "0.4"
|
2023-07-03 22:42:20 +00:00
|
|
|
lopdf = "0.30.0"
|
|
|
|
matches = "0.1"
|
|
|
|
png = "0.17.2"
|
2023-03-02 14:54:05 +00:00
|
|
|
--
|
2023-07-03 22:42:20 +00:00
|
|
|
2.41.0
|
2023-03-02 14:54:05 +00:00
|
|
|
|