Releases: dtolnay/cxx
Releases · dtolnay/cxx
1.0.133
Move cxxbridge-cmd from dependencies to build-dependencies (#1409 )
1.0.132
Add a matching version of cxxbridge-cmd into any lockfile that contains cxx, to facilitate non-Cargo builds (#1408 )
1.0.131
Implement std::io::Write for cxx::UniquePtr with a forwarding impl (#1405 , thanks @anforowicz )
1.0.130
Make #[cxx::bridge]
generated code compatible with Rust 2024 edition crates (#1395 )
1.0.129
Fix "expected square brackets" error in modules containing inner attributes (#1380 )
1.0.128
Allow passing C++ types by reference into panic::catch_unwind
(#1372 )
1.0.127
Fix opaque C++ types triggering UB when optimized by LTO (#1370 )
1.0.126
Implement std::io::Read for cxx::UniquePtr with a forwarding impl (#1368 , thanks @anforowicz )
1.0.125
Allow constructing rust::Slice
from a C++ contiguous container (#1367 , thanks @anforowicz )
1.0.124
Provide no-std Error impl for cxx::Exception (#1355 )
Avoid clippy::needless_maybe_sized lint being triggered inside generated code
You can’t perform that action at this time.