Cutting 1.0.84 would help us to solve issues with compiling on target iOS platforms.
We recently run into an issue with https://github.com/rust-lang/libz-sys crate where it would not be able to correctly compile a simple .c file on target iOS platform due to bitcode being enabled for all of iOS / watch OS builds.
Bitcode was disabled as part of #812 but it's not included in 1.0.83 version of cc crate.
Cutting 1.0.84 would help us to solve issues with compiling on target iOS platforms.
We recently run into an issue with https://github.com/rust-lang/libz-sys crate where it would not be able to correctly compile a simple
.cfile on target iOS platform due to bitcode being enabled for all of iOS / watch OS builds.Bitcode was disabled as part of #812 but it's not included in 1.0.83 version of
cccrate.