Update to version 1.0.11; Fixes RHBZ#2114633

epel9
Fabio Valentini 2 years ago
parent e3934ee113
commit 0383e5fc74
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -11,3 +11,4 @@
/ryu-1.0.6.crate /ryu-1.0.6.crate
/ryu-1.0.9.crate /ryu-1.0.9.crate
/ryu-1.0.10.crate /ryu-1.0.10.crate
/ryu-1.0.11.crate

@ -1,16 +1,15 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 22
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate ryu %global crate ryu
Name: rust-%{crate} Name: rust-ryu
Version: 1.0.10 Version: 1.0.11
Release: %autorelease Release: %autorelease
Summary: Fast floating point to string conversion Summary: Fast floating point to string conversion
# Upstream license specification: Apache-2.0 OR BSL-1.0 License: Apache-2.0 OR BSL-1.0
License: ASL 2.0 or Boost
URL: https://crates.io/crates/ryu URL: https://crates.io/crates/ryu
Source: %{crates_source} Source: %{crates_source}

@ -1 +1 @@
SHA512 (ryu-1.0.10.crate) = 1bd0af71a20715251dd42596df6e7677e44f712bbb40b0d9544109c1b2478a7bd2c9393535f0d4f3bfe2d1b75b3a2b899044051715a7da7d165d6d586e0775f2 SHA512 (ryu-1.0.11.crate) = dd2642aab2d3017c31432436226d5350b894c8b88a09395eb7de6350964b3cc48451a829ce78b04a9e4e0480076fe1bddd0604f4e57700faa2d60cac6e361408

Loading…
Cancel
Save