1.0.85
Pre-release
Pre-release
Important
This release has been yanked, due to panicking in freeBSD debug build. A release without these issues will be made in the near future.
Sorry, and thanks.
What's Changed
- fix: fix the usage of include directories for the Rust analyzer by @aminya in #854
- Fix Apple deployment version floor when linking C++ by @BlackHoleFox in #901
- Fix unconditional cargo metadata printing on flag support check by @ahlinc in #908
- Some clippy fixes by @waywardmonkeys in #879
- Add
--
for files intry_expand
(like in #514) by @pashokitsme in #911 - Link against libc++ on *-linux-ohos by @DianQK in #915
- Add support for ARM64EC when building with MSVC by @dpaoliello in #910
- Add new compile_intermediates function. by @roblabla in #914
- Add
cargo_warnings
config to control the use of the cargo warning instruction by @scootermon in #917 - Use RUSTC_WRAPPER if no other wrapper is provided by @LeonMatthesKDAB in #918
- move async_executor and job_token modules into new parallel module by @Be-ing in #923
- do not publish cc-test crate by @Be-ing in #926
- move src/os_pipe.rs to src/os_pipe/mod.rs by @Be-ing in #925
- add comment why tvOS CI job is separate from the matrix by @Be-ing in #928
- move retain_unordered_mut function into parallel module by @Be-ing in #930
- move cc-test & gen-windows-sys-binding into workspace by @Be-ing in #927
- fix broken intradoc links by @Be-ing in #922
- split miscellaneous code into a new command_helpers module by @Be-ing in #931
- split Tool and ToolFamily to a new tool module by @Be-ing in #929
- do not publish tests or gcc-shim with crate by @Be-ing in #934
- use full import path in tool module by @Be-ing in #933
- move Windows code into a module by @Be-ing in #924
- add comment explaining gcc-shim. by @Be-ing in #935
- Add support for riscv32imac-esp-espidf by @madmo in #939
- Forward lines from stderr of child process to stdout on the same thread, instead of spawning a thread by @dpaoliello in #940
- Fix typos. by @waywardmonkeys in #942
- Fix default deployment target behavior for Apple targets by @BlackHoleFox in #943
- move documentation from README.md to lib.rs by @Be-ing in #921
- Release cc 1.0.85 by @NobodyXu in #944
New Contributors
- @aminya made their first contribution in #854
- @ahlinc made their first contribution in #908
- @pashokitsme made their first contribution in #911
- @DianQK made their first contribution in #915
- @dpaoliello made their first contribution in #910
- @scootermon made their first contribution in #917
- @LeonMatthesKDAB made their first contribution in #918
- @Be-ing made their first contribution in #923
- @madmo made their first contribution in #939
Full Changelog: 1.0.84...1.0.85