Update to version 0.2.31; Fixes RHBZ#2210877

epel9
Fabio Valentini 1 year ago
parent a0c955d0cb
commit bcd1f265e0
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/const_format-0.2.26.crate
/const_format-0.2.30.crate
/const_format-0.2.31.crate

@ -1,3 +0,0 @@
# rust-const_format
The rust-const_format package

@ -1,11 +1,11 @@
# Generated by rust2rpm 23
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate const_format
Name: rust-const_format
Version: 0.2.30
Version: 0.2.31
Release: %autorelease
Summary: Compile-time string formatting
@ -265,7 +265,6 @@ use the "rust_1_64" feature of the "%{crate}" crate.
%if %{with check}
%check
# Tests must be run with the "testing" feature
%cargo_test -- --features "__test"
%endif

@ -1 +1 @@
SHA512 (const_format-0.2.30.crate) = 3fd0e555765c3cbf282a93a8f97338b332047f543ab9b9e35295e919c474444052dfb611f3db4e457c368bf90552dc9b0e571969ce199d918d893f8f673e920d
SHA512 (const_format-0.2.31.crate) = ad419b633aca40524553f8114015b0ef9f8b70b955f4aba8c1a20ac6a61cb41030444c7abc5f19caacb52c13221efc4b6d0fbbf1b36a9fc48ea03c916562b28f

Loading…
Cancel
Save