Update to version 1.0.123 (rhbz#2290521)

epel10
Jan Staněk 8 months ago
parent 56b04c51f1
commit 034c37f957
No known key found for this signature in database
GPG Key ID: 2972F2037B243B6D

1
.gitignore vendored

@ -39,3 +39,4 @@
/cxx-1.0.119.crate
/cxx-1.0.120.crate
/cxx-1.0.121.crate
/cxx-1.0.123.crate

@ -1,7 +1,7 @@
--- cxx-1.0.114/Cargo.toml 1970-01-01T00:00:01+00:00
+++ cxx-1.0.114/Cargo.toml 2024-01-03T14:03:23.896611+00:00
@@ -17,11 +17,19 @@
authors = ["David Tolnay <dtolnay@gmail.com>"]
--- cxx-1.0.123/Cargo.toml 1970-01-01T00:00:01+00:00
+++ cxx-1.0.123/Cargo.toml 2024-06-05T10:04:09.324429+00:00
@@ -18,11 +18,19 @@
build = "build.rs"
links = "cxxbridge1"
exclude = [
+ "/book",
@ -19,5 +19,5 @@
+ "/reindeer.toml",
+ "/rust-toolchain.toml",
]
description = "Safe interop between Rust and C++"
homepage = "https://cxx.rs"
autobins = false
autoexamples = false

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

@ -1 +1 @@
SHA512 (cxx-1.0.121.crate) = 3bea18410d04cff33e9823a3c442c40c42e89b647fa1509ba209d67c3c02699c4c4617a5b40a05823b3b418d2191a61b28750801f59aade5d10b6aeaa1e55a0b
SHA512 (cxx-1.0.123.crate) = 50c267958f8c3a0e45783ec9c4d7af7e5cc5a8acef8c5edb86f4beae9a08aa85ea9d9b5bb6d282f6a0a241bd22b754f640b50e9420506185f4b2ee4a69bab64b

Loading…
Cancel
Save