Bump arrayvec to 0.5

Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
epel9
Robert-André Mauchin 5 years ago
parent 9cf5323a55
commit af19218f5f

@ -0,0 +1,11 @@
--- csv-core-0.1.6/Cargo.toml 1970-01-01T00:00:00+00:00
+++ csv-core-0.1.6/Cargo.toml 2019-12-06T16:38:26.108167+00:00
@@ -30,7 +30,7 @@
version = "2"
default-features = false
[dev-dependencies.arrayvec]
-version = "0.4"
+version = "0.5"
default-features = false
[features]

@ -6,13 +6,16 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.6 Version: 0.1.6
Release: 2%{?dist} Release: 3%{?dist}
Summary: Bare bones CSV parsing with no_std support Summary: Bare bones CSV parsing with no_std support
# Upstream license specification: Unlicense/MIT # Upstream license specification: Unlicense/MIT
License: Unlicense or MIT License: Unlicense or MIT
URL: https://crates.io/crates/csv-core URL: https://crates.io/crates/csv-core
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
# - Bump arrayvec to 0.5 https://github.com/BurntSushi/rust-csv/pull/182
Patch0: csv-core-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build} %if %{__cargo_skip_build}
@ -83,6 +86,9 @@ which use "libc" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Dec 06 17:39:06 CET 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.1.6-3
- Bump arrayvec to 0.5
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.6-2 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

Loading…
Cancel
Save