Downgrade criterion dep

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Raits 2020-02-12 11:04:48 +01:00
parent 65ffc1e1a3
commit 7d6ac6a81a
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C
2 changed files with 13 additions and 0 deletions

10
jql-fix-metadata.diff Normal file
View File

@ -0,0 +1,10 @@
--- jql-2.4.9/Cargo.toml 1970-01-01T00:00:00+00:00
+++ jql-2.4.9/Cargo.toml 2020-02-12T10:03:47.379679+00:00
@@ -61,6 +61,6 @@
features = ["preserve_order"]
default-features = false
[dev-dependencies.criterion]
-version = "0.3.1"
+version = "0.3"
[badges.travis-ci]
repository = "yamafaktory/jql"

View File

@ -12,6 +12,9 @@ Summary: JSON query language CLI tool
License: MIT
URL: https://crates.io/crates/jql
Source: %{crates_source}
# Initial patched metadata
# * Downgrade criterion to 0.3 until 0.3.1 is packaged
Patch0: jql-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}