2023-08-22 09:42:54 +00:00
|
|
|
From 912b0a6a4c42dd26f2e89b823d5db987addb256d 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
|
2023-08-22 09:42:54 +00:00
|
|
|
index 07c6b969..35b2a7c0 100644
|
2023-07-03 22:42:20 +00:00
|
|
|
--- a/rsvg/Cargo.toml
|
|
|
|
+++ b/rsvg/Cargo.toml
|
2023-08-22 09:42:54 +00:00
|
|
|
@@ -80,7 +80,6 @@ yeslogic-fontconfig-sys = { version = "4.0.1", optional = true }
|
2023-07-03 22:42:20 +00:00
|
|
|
[dev-dependencies]
|
|
|
|
anyhow = "1.0"
|
2023-03-29 10:38:02 +00:00
|
|
|
chrono = { version = "0.4.23", default-features = false, features = ["clock", "std"] }
|
2023-08-22 09:42:54 +00:00
|
|
|
-criterion = "0.5"
|
|
|
|
lopdf = "0.31"
|
2023-07-03 22:42:20 +00:00
|
|
|
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
|
|
|
|