Bump approx to 0.5.0

epel9
Robert-André Mauchin 3 years ago
parent c5f14196ef
commit 95a2ab6411

1
.gitignore vendored

@ -3,3 +3,4 @@
/lexical-core-0.7.3.crate
/lexical-core-0.7.4.crate
/lexical-core-0.7.6.crate
/lexical-core-0.8.2.crate

@ -0,0 +1,11 @@
--- lexical-core-0.7.6/Cargo.toml 1970-01-01T00:00:00+00:00
+++ lexical-core-0.7.6/Cargo.toml 2021-11-14T11:46:47.051207+00:00
@@ -71,7 +71,7 @@
version = "1"
optional = true
[dev-dependencies.approx]
-version = "0.4.0"
+version = "0.5.0"
[features]
correct = ["arrayvec", "static_assertions", "table"]

@ -1,6 +1,5 @@
# Generated by rust2rpm 17
# * approx ^0.4 dev-dependency too old / too new in Fedora
%bcond_with check
# Generated by rust2rpm 18
%bcond_without check
%global debug_package %{nil}
%global crate lexical-core
@ -14,6 +13,9 @@ Summary: Lexical, to- and from-string conversion routines
License: MIT or ASL 2.0
URL: https://crates.io/crates/lexical-core
Source: %{crates_source}
# Initial patched metadata
# * Bump approx to 0.5.0
Patch0: lexical-core-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}

Loading…
Cancel
Save