Releases: dtolnay/cxx
Releases · dtolnay/cxx
1.0.142
1.0.141
1.0.140
1.0.139
1.0.138
1.0.137
1.0.136
- Add
UniquePtr::as_ptr
andUniquePtr::as_mut_ptr
(#892, thanks @adetaylor) - Add support for Bazel common attributes in
rust_cxx_bridge
(#1416, thanks @wmatthews-google)
1.0.135
- Friendlier message when
cxx::CxxString
is used in a#[cxx::bridge]
(#1414, thanks @anforowicz) - Suppress
unused_unsafe
warnings within the generated code (#1415, thanks @anforowicz)