Update to version 1.0.129; Fixes RHBZ#2318685

epel10
Fabio Valentini 4 months ago
parent 1069ede92b
commit f3cfb129f5
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -43,3 +43,4 @@
/cxx-1.0.124.crate /cxx-1.0.124.crate
/cxx-1.0.126.crate /cxx-1.0.126.crate
/cxx-1.0.128.crate /cxx-1.0.128.crate
/cxx-1.0.129.crate

@ -1,5 +1,5 @@
--- cxx-1.0.128/Cargo.toml 1970-01-01T00:00:01+00:00 --- cxx-1.0.129/Cargo.toml 1970-01-01T00:00:01+00:00
+++ cxx-1.0.128/Cargo.toml 2024-09-03T14:00:41.717513+00:00 +++ cxx-1.0.129/Cargo.toml 2024-10-22T19:48:06.609852+00:00
@@ -18,11 +18,19 @@ @@ -18,11 +18,19 @@
build = "build.rs" build = "build.rs"
links = "cxxbridge1" links = "cxxbridge1"
@ -19,5 +19,5 @@
+ "/reindeer.toml", + "/reindeer.toml",
+ "/rust-toolchain.toml", + "/rust-toolchain.toml",
] ]
autolib = false
autobins = false autobins = false
autoexamples = false

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

@ -1 +1 @@
SHA512 (cxx-1.0.128.crate) = a426721f5d11989398c1c62bfc2561c08efe314d39e146b868ff6df53328f16d1704f48cfbac38f1eb1c2cffec75aebf4f93ca236f9cf904f2e32110e5438af3 SHA512 (cxx-1.0.129.crate) = a365c0bee5fbd94e80a07841f726489647351f962a5a1b5417ac6d7c775ba0d91d97cdd64e7eb57b713f61fc8e15e8241c0f3f1d937d6a31a1978ad8ca9abf1b

Loading…
Cancel
Save