Update to version 1.0.95

Resolves: rhbz#2210180
epel10
Jan Staněk 2 years ago
parent 4200df690c
commit 53434f7a2c
No known key found for this signature in database
GPG Key ID: 2972F2037B243B6D

1
.gitignore vendored

@ -22,3 +22,4 @@
/cxx-1.0.91.crate
/cxx-1.0.92.crate
/cxx-1.0.94.crate
/cxx-1.0.95.crate

@ -6,7 +6,7 @@
%global crate cxx
Name: rust-cxx
Version: 1.0.94
Version: 1.0.95
Release: %autorelease
Summary: Safe interop between Rust and C++
@ -38,6 +38,7 @@ use the "%{crate}" crate.
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/README.md
%doc %{crate_instdir}/compile_flags.txt
%{crate_instdir}/
%package -n %{name}+default-devel

@ -1 +1 @@
SHA512 (cxx-1.0.94.crate) = fb66c3d53dfa1fdfe8fa31ffb6ffe0f53fc87d5f56038b5d2f588fc56668f96954e75db1fc7304d183ebae2735f0c7297b396936d588242556f40557854f22be
SHA512 (cxx-1.0.95.crate) = 9bdf8ac7cd9f778a68a922dde93fbe3890ff71827a6d9638c5b5efbb63c68b25e2a5b269653cb7d7553586bd2a2011bd04cae20316305468630b705fca313c62

Loading…
Cancel
Save