Update to version 1.0.136; Fixes RHBZ#2332728

epel10 imports/epel10/rust-cxx-1.0.136-1.el10
Fabio Valentini 1 month ago
parent 0aae186b1f
commit 7214bf3dbc
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -46,3 +46,4 @@
/cxx-1.0.129.crate /cxx-1.0.129.crate
/cxx-1.0.133.crate /cxx-1.0.133.crate
/cxx-1.0.134.crate /cxx-1.0.134.crate
/cxx-1.0.136.crate

@ -1,5 +1,5 @@
--- cxx-1.0.134/Cargo.toml 1970-01-01T00:00:01+00:00 --- cxx-1.0.136/Cargo.toml 1970-01-01T00:00:01+00:00
+++ cxx-1.0.134/Cargo.toml 2024-12-16T13:42:33.469082+00:00 +++ cxx-1.0.136/Cargo.toml 2025-01-04T14:25:17.488814+00:00
@@ -18,11 +18,18 @@ @@ -18,11 +18,18 @@
build = "build.rs" build = "build.rs"
links = "cxxbridge1" links = "cxxbridge1"
@ -21,9 +21,9 @@
autolib = false autolib = false
autobins = false autobins = false
@@ -143,6 +150,3 @@ @@ -143,6 +150,3 @@
"alloc", [build-dependencies.cxxbridge-flags]
"foldhash/std", version = "=1.0.136"
] default-features = false
- -
-[target."cfg(any())".build-dependencies.cxxbridge-cmd] -[target."cfg(any())".build-dependencies.cxxbridge-cmd]
-version = "=1.0.134" -version = "=1.0.136"

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

@ -1 +1 @@
SHA512 (cxx-1.0.134.crate) = 9083f8779512b51ba7727db43fb7ced96132f0344da5693cd138abc591ccd5402f30a4b912aa352873c6a7ec14487de07f6b77dd376fdfc2fa49bf3a6b1d9197 SHA512 (cxx-1.0.136.crate) = 9d03d0343560eaec539ec11da265029f0fdf5c48bbb2d4e64ea375c6ae0942f06925fb63d4ffe4cea4d75e3871057925165977374dbe3c7d5e6cba4d0145f3b1

Loading…
Cancel
Save