Update to version 1.0.89; Fixes RHBZ#2166469

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

1
.gitignore vendored

@ -18,3 +18,4 @@
/cxx-1.0.83.crate /cxx-1.0.83.crate
/cxx-1.0.85.crate /cxx-1.0.85.crate
/cxx-1.0.88.crate /cxx-1.0.88.crate
/cxx-1.0.89.crate

@ -1,5 +1,5 @@
--- cxx-1.0.88/Cargo.toml 1970-01-01T00:00:01+00:00 --- cxx-1.0.89/Cargo.toml 1970-01-01T00:00:01+00:00
+++ cxx-1.0.88/Cargo.toml 2023-01-27T15:16:23.341203+00:00 +++ cxx-1.0.89/Cargo.toml 2023-02-05T15:24:57.343908+00:00
@@ -17,10 +17,16 @@ @@ -17,10 +17,16 @@
authors = ["David Tolnay <dtolnay@gmail.com>"] authors = ["David Tolnay <dtolnay@gmail.com>"]
links = "cxxbridge1" links = "cxxbridge1"

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

@ -1 +1 @@
SHA512 (cxx-1.0.88.crate) = ace3368c9a97b0c74dffd90890c2060e8657476b87d138fbf1a65c5bc0682c1cc627597e564906eb40e80c7503c8ef970438b8bca045ec9c14baaec9970a1e1b SHA512 (cxx-1.0.89.crate) = c302e145c84b91363577843ede69b1a1c715a2232bfce4d46590dd0c82e20389690c3fdb6a8ff3a1b48f597b22fb7d58435b45d728fd91d2e1d3d5ec7f2716c9

Loading…
Cancel
Save