Update to version 1.0.11; Fixes RHBZ#2271557

epel10
Fabio Valentini 10 months ago
parent 01d0639a87
commit b7fe1b27da
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -16,3 +16,4 @@
/itoa-1.0.8.crate /itoa-1.0.8.crate
/itoa-1.0.9.crate /itoa-1.0.9.crate
/itoa-1.0.10.crate /itoa-1.0.10.crate
/itoa-1.0.11.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate itoa %global crate itoa
Name: rust-itoa Name: rust-itoa
Version: 1.0.10 Version: 1.0.11
Release: %autorelease Release: %autorelease
Summary: Fast integer primitive to string conversion Summary: Fast integer primitive to string conversion

@ -1 +1 @@
SHA512 (itoa-1.0.10.crate) = fc496be0873e31afa6ddf7f2958030f8fcb517cadb86a48280a0c50ce50460afda189af1e6c26e5ff6f85c750d772c21503864c32b526c4fe4bcdb5b07918538 SHA512 (itoa-1.0.11.crate) = 7e22dffac34c9c9f432daef395e0ec710ed658164bc9cd9fc6445c9f984c912a10bac556214a026bcddbe27a3197b35b0c87d6709fd605062637d086b2d20311

Loading…
Cancel
Save