Update to version 0.7.73; Fixes RHBZ#2113792

epel10
Fabio Valentini 3 years ago
parent 9381964c83
commit 8791f37f63
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -17,3 +17,4 @@
/cxx-gen-0.7.68.crate
/cxx-gen-0.7.71.crate
/cxx-gen-0.7.72.crate
/cxx-gen-0.7.73.crate

@ -1,16 +1,15 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 22
%bcond_without check
%global debug_package %{nil}
%global crate cxx-gen
Name: rust-%{crate}
Version: 0.7.72
Name: rust-cxx-gen
Version: 0.7.73
Release: %autorelease
Summary: C++ code generator for integrating the cxx crate into higher level tools
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/cxx-gen
Source: %{crates_source}

@ -1 +1 @@
SHA512 (cxx-gen-0.7.72.crate) = 8d26354cd563d0eafbc33fe5cd78bbe7d6b1cb5f9d29cc3ee480b264d49a025e9281c6fc67d8cc720ad7d69c90a4e8cb56b76c354ae0a01f36995a2d66e1cba3
SHA512 (cxx-gen-0.7.73.crate) = 6d26078e3025eaf84c5267bc8333d903afa511f3ab445677340ae1e6181f69dda2f3e9c668d423b306e05a7ff724af65a1fd97180fb22c3a13bac31002a09a10

Loading…
Cancel
Save