Update to version 1.0.94; Fixes RHBZ#2179490

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

1
.gitignore vendored

@ -21,3 +21,4 @@
/cxx-1.0.89.crate
/cxx-1.0.91.crate
/cxx-1.0.92.crate
/cxx-1.0.94.crate

@ -1,5 +1,5 @@
--- cxx-1.0.92/Cargo.toml 1970-01-01T00:00:01+00:00
+++ cxx-1.0.92/Cargo.toml 2023-03-16T15:56:30.178591+00:00
--- 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
@@ -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.92
Version: 1.0.94
Release: %autorelease
Summary: Safe interop between Rust and C++

@ -1 +1 @@
SHA512 (cxx-1.0.92.crate) = 755ad0c8c1bf5722101dbb1ad7907b17ef8873d5bce5f656d4c040c720172412c9c2849ee807950755f34cfa54269c7df367ad4cd2e2f6e16ad25e95982a2611
SHA512 (cxx-1.0.94.crate) = fb66c3d53dfa1fdfe8fa31ffb6ffe0f53fc87d5f56038b5d2f588fc56668f96954e75db1fc7304d183ebae2735f0c7297b396936d588242556f40557854f22be

Loading…
Cancel
Save