chore(deps): update rust crate cxx-build to v1.0.130 #55
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.102
->1.0.130
Release Notes
dtolnay/cxx (cxx-build)
v1.0.130
Compare Source
#[cxx::bridge]
generated code compatible with Rust 2024 edition crates (#1395)v1.0.129
Compare Source
v1.0.128
Compare Source
panic::catch_unwind
(#1372)v1.0.127
Compare Source
v1.0.126
Compare Source
v1.0.125
Compare Source
rust::Slice
from a C++ contiguous container (#1367, thanks @anforowicz)v1.0.124
Compare Source
v1.0.123
Compare Source
char
is the same type as either ofuint8_t
orint8_t
, e.g. illumos, as opposed to some third type of its own (#1353, thanks @luqmana)v1.0.122
Compare Source
v1.0.121
Compare Source
v1.0.120
Compare Source
c_char
remains consistent with libcore's definition in no-std mode by usingcore::ffi::c_char
, rather than a redefinition that is only checked againststd::os::raw::c_char
in std mode (#1330)v1.0.119
Compare Source
std
method from thecc
crate for controlling C++ standard library version (#1321, #1322, thanks @dcoles)v1.0.118
Compare Source
v1.0.117
Compare Source
v1.0.116
Compare Source
ref_as_ptr
clippy lint being triggered within generated codev1.0.115
Compare Source
dead_code
warnings (#1303)v1.0.114
Compare Source
v1.0.113
Compare Source
v1.0.112
Compare Source
v1.0.111
Compare Source
v1.0.110
Compare Source
unsafe_op_in_unsafe_fn
opt-in lint from being triggered inside generated code (#1281)v1.0.109
Compare Source
v1.0.108
Compare Source
v1.0.107
Compare Source
CxxVector::new
for creating an empty vector (#1262, thanks @capickett)v1.0.106
Compare Source
--target-dir
with a directory path that contains symlinks (#1260)v1.0.105
Compare Source
v1.0.104
Compare Source
v1.0.103
Compare Source
target
directories relocatable (#1250, #1251, thanks @j-baker)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.