Update to version 1.0.72; Fixes RHBZ#2107878

epel10
Fabio Valentini 3 years ago
parent 03f9d88ff1
commit 320be52c21
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -11,3 +11,4 @@
/cxx-1.0.67.crate /cxx-1.0.67.crate
/cxx-1.0.68.crate /cxx-1.0.68.crate
/cxx-1.0.71.crate /cxx-1.0.71.crate
/cxx-1.0.72.crate

@ -6,7 +6,7 @@
%global crate cxx %global crate cxx
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.0.71 Version: 1.0.72
Release: %autorelease Release: %autorelease
Summary: Safe interop between Rust and C++ Summary: Safe interop between Rust and C++
@ -116,17 +116,17 @@ use the "std" feature of the "%{crate}" crate.
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires
%cargo_generate_buildrequires -a %cargo_generate_buildrequires
%build %build
%cargo_build -a %cargo_build
%install %install
%cargo_install -a %cargo_install
%if %{with check} %if %{with check}
%check %check
%cargo_test -a %cargo_test
%endif %endif
%changelog %changelog

@ -1 +1 @@
SHA512 (cxx-1.0.71.crate) = 1b770312e5ea69a9fa3882e2e507d9de4505dbf09fdab4e6cacdeed7a00122b1cc88583d7353959cd0375a380b7e8563a673c4602fc036130f248db97225b305 SHA512 (cxx-1.0.72.crate) = 49e6232e02470c9861fc4d01db338d9645b63b473d729d30bb1b004cb305942497c404003449d8679c6bc5bde6782d9a013e28bb1a2519120f6c1b0f68cad575

Loading…
Cancel
Save