Bump float-cmp from 0.8 to 0.9

epel9
Fabio Valentini 3 years ago
parent 4b24f670d5
commit 61b10c8212
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -13,6 +13,10 @@ Summary: SVG types parser and writer
License: MIT or ASL 2.0
URL: https://crates.io/crates/svgtypes
Source: %{crates_source}
# Initial patched metadata
# * bump float-cmp from 0.8 to 0.9:
# https://github.com/RazrFalcon/svgtypes/pull/12
Patch0: svgtypes-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}

@ -0,0 +1,11 @@
--- svgtypes-0.6.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ svgtypes-0.6.0/Cargo.toml 2021-08-26T13:53:53.318246+00:00
@@ -23,7 +23,7 @@
license = "MIT/Apache-2.0"
repository = "https://github.com/RazrFalcon/svgtypes"
[dependencies.float-cmp]
-version = "0.8"
+version = "0.9"
features = ["std"]
default-features = false
Loading…
Cancel
Save