Update to version 1.0.73; Fixes RHBZ#2113788

epel10
Fabio Valentini 3 years ago
parent f0bc6189b1
commit 7eb97e0b31
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -12,3 +12,4 @@
/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 /cxx-1.0.72.crate
/cxx-1.0.73.crate

@ -1,17 +1,16 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 22
# * missing dev-dependency: cxx-test-suite # * missing dev-dependency: cxx-test-suite
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate cxx %global crate cxx
Name: rust-%{crate} Name: rust-cxx
Version: 1.0.72 Version: 1.0.73
Release: %autorelease Release: %autorelease
Summary: Safe interop between Rust and C++ Summary: Safe interop between Rust and C++
# Upstream license specification: MIT OR Apache-2.0 License: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/cxx URL: https://crates.io/crates/cxx
Source: %{crates_source} Source: %{crates_source}

@ -1 +1 @@
SHA512 (cxx-1.0.72.crate) = 49e6232e02470c9861fc4d01db338d9645b63b473d729d30bb1b004cb305942497c404003449d8679c6bc5bde6782d9a013e28bb1a2519120f6c1b0f68cad575 SHA512 (cxx-1.0.73.crate) = fea42074be8552b0c18f330959f82bbe2fd2dab6c84d5d24c02362812827910c55d1e1f7e848b2c7a005abeb75f8369abf41868ce0635ce14edd2cc39b46e682

Loading…
Cancel
Save