Bump criterion to 0.3

Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
epel9
Robert-André Mauchin 6 years ago
parent 21cedb3e47
commit f7fa833614

@ -0,0 +1,11 @@
--- mime_guess-2.0.1/Cargo.toml 1970-01-01T00:00:00+00:00
+++ mime_guess-2.0.1/Cargo.toml 2019-09-13T16:27:39.599697+00:00
@@ -34,7 +34,7 @@
[dependencies.unicase]
version = "2.4.0"
[dev-dependencies.criterion]
-version = "0.2"
+version = "0.3"
[build-dependencies.unicase]
version = "2.4.0"

@ -6,13 +6,16 @@
Name: rust-%{crate}
Version: 2.0.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Simple crate for detection of a file's MIME type by its extension
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/mime_guess
Source: %{crates_source}
# Initial patched metadata
# - Bump criterion to 0.3 https://github.com/abonander/mime_guess/pull/53
Patch0: mime_guess-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -83,6 +86,9 @@ which use "rev-mappings" feature of "%{crate}" crate.
%endif
%changelog
* Fri Sep 13 18:27:39 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 2.0.1-2
- Bump criterion to 0.3
* Tue Aug 06 13:14:30 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.0.1-1
- Update to 2.0.1

Loading…
Cancel
Save