Update arrayvec to 0.5

Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
epel9
Robert-André Mauchin 5 years ago
parent 95a12f3ca3
commit d5d644c1c0

@ -1,5 +1,14 @@
--- lexical-core-0.6.2/Cargo.toml 1970-01-01T00:00:00+00:00
+++ lexical-core-0.6.2/Cargo.toml 2019-11-26T12:14:05.229832+00:00
--- lexical-core-0.6.2/Cargo.toml 1970-01-01T00:00:00+00:00
+++ lexical-core-0.6.2/Cargo.toml 2019-12-06T19:17:59.269527+00:00
@@ -35,7 +35,7 @@
debug = false
debug-assertions = false
[dependencies.arrayvec]
-version = "0.4"
+version = "0.5"
features = ["array-sizes-33-128"]
optional = true
@@ -51,7 +51,7 @@
optional = true
@ -14,7 +23,7 @@
[dev-dependencies.quickcheck]
-version = "0.8.5"
+version = "0.9.0"
+version = "0.9"
[build-dependencies.rustc_version]
version = "0.2"

@ -6,7 +6,7 @@
Name: rust-%{crate}
Version: 0.6.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Lexical, to- and from-string conversion routines
# Upstream license specification: MIT/Apache-2.0
@ -16,6 +16,7 @@ Source: %{crates_source}
# Initial patched metadata
# * Update quickcheck to 0.9, https://github.com/Alexhuszagh/rust-lexical/commit/fefe81850e5678450ec0f001f562b182694caadf
# * Update static_assertions to 1, https://github.com/Alexhuszagh/rust-lexical/pull/31
# * Update arrayvec to 0.5, https://github.com/Alexhuszagh/rust-lexical/pull/32
Patch0: lexical-core-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -221,5 +222,8 @@ sed -e '/const_assert!/s/([^;)]\+;\s*/(/' -i src/util/table.rs src/atof/algorith
%endif
%changelog
* Fri Dec 06 20:19:02 CET 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.6.2-2
- Update arrayvec to 0.5
* Tue Nov 26 13:14:05 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.2-1
- Initial package

Loading…
Cancel
Save