0.2.169
Added
Fixed
Breaking: rust-lang/rust#132975 corrected the signedness of core::ffi::c_char on various Tier 2 and Tier 3 platforms (mostly Arm and RISC-V) to match Clang. This release contains the corresponding changes to libc, including the following specific pull requests:
- ESP-IDF: Replace arch-conditional
c_charwith a reexport #4195 - Fix
c_charon various targets #4199 - Mirror
c_charconfiguration fromrust-lang/rust#4198
Cleanup
- Do not re-export
c_voidin target-specific code #4200