Update to version 1.0.100; Fixes RHBZ#2219890

epel10
Fabio Valentini 2 years ago
parent be65986b50
commit fab00eff6f
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -24,3 +24,4 @@
/cxx-1.0.94.crate
/cxx-1.0.95.crate
/cxx-1.0.97.crate
/cxx-1.0.100.crate

@ -1,5 +1,5 @@
--- cxx-1.0.94/Cargo.toml 1970-01-01T00:00:01+00:00
+++ cxx-1.0.94/Cargo.toml 2023-03-30T12:17:56.892922+00:00
--- cxx-1.0.100/Cargo.toml 1970-01-01T00:00:01+00:00
+++ cxx-1.0.100/Cargo.toml 2023-07-11T11:31:11.279271+00:00
@@ -17,11 +17,16 @@
authors = ["David Tolnay <dtolnay@gmail.com>"]
links = "cxxbridge1"

@ -6,7 +6,7 @@
%global crate cxx
Name: rust-cxx
Version: 1.0.97
Version: 1.0.100
Release: %autorelease
Summary: Safe interop between Rust and C++

@ -1 +1 @@
SHA512 (cxx-1.0.97.crate) = bba9d22a5569e1031580e076d7e476f9acfdf3288120906de3d6844ea7f1b6f37a80c2246afa63ab7d1e5d9bf350cf18f39dd5143f8a53349829ab47279fcab6
SHA512 (cxx-1.0.100.crate) = a049fad4cb061fac23e3cfb5c3ac47b661e3439603d52583e2c617df9ff45601fb95e1c18b0bccd14ff2d22f48d124b8375ea4639a4777925a51d771b6042092

Loading…
Cancel
Save