Releases: rust-lang/cc-rs
Releases · rust-lang/cc-rs
cc-v1.0.104
Other
- Fixed link break about compile-time-requirements (#1118)
cc-v1.0.103
Other
- Fix compilation for wasm: env WASI_SYSROOT should be optional (#1114)
cc-v1.0.102
cc-v1.0.101
Other
- Use
Build::getenv
instead ofenv::var*
in anywhere that makes sense (#1103)
cc-v1.0.100
Other
- Update publish.yml to use release-plz (#1101)
- Accpet
OsStr
instead ofstr
for flags (#1100) - Use
dep:
syntax to avoid implicit features. (#1099) - Minor clippy fixes. (#1098)
- Fix WASI compilation for C++ (#1083)
- Regenerate windows sys bindings (#1096)
- Rename regenerate-windows-sys to regenerate-windows-sys.yml (#1095)
- Create regenerate-windows-sys.yml (#1094)
- Update windows-bindgen requirement from 0.56 to 0.57 (#1091)
- Eagerly close tempfile to fix #1082 (#1087)
- Output msvc.exe in the output directory (#1090)
- Fix clippy warnings on Windows (#1088)
- Don't try to free DLL on drop (#1089)
- Fix panic safety issue in StderrForwarder (#1079)
1.0.99
What's Changed
- Allow opt-out the -ccbin flag by @QuarticCat in #1085
- Release cc 1.0.99 by @NobodyXu in #1086
New Contributors
- @QuarticCat made their first contribution in #1085
Full Changelog: 1.0.98...1.0.99
1.0.98
What's Changed
- Cleanup some deprecated, unused allows by @klensy in #1067
- Fix paths on Mac Catalyst by @madsmtm in #1070
- Fix detect_compiler_family.c not being created by @Jake-Shadle in #1072
- Release cc 1.0.98 by @NobodyXu in #1073
New Contributors
Full Changelog: 1.0.97...1.0.98
1.0.97
What's Changed
- CI: Create regenerate-target-info by @NobodyXu in #1055
- Fix file extension for pipelime regenerate-target-info by @NobodyXu in #1056
- Fix running gen-target-info in regenerate-target-info.yml by @NobodyXu in #1057
- Fix
regenerate-target-info.yml
by @NobodyXu in #1060 - Add support for riscv32ima by @github-actions in #1061
- Fix commit message in regenerate-target-info.yml by @NobodyXu in #1062
- CI: Run cargo-semver-checks for every PR and commits to main by @NobodyXu in #1053
- fix: emscripten build on windows by @atty303 in #1054
- Don't use the value of SDKROOT if it doesn't match the target. by @jfgoog in #1047
- Rm unnecessary println in try_get_compiler by @NobodyXu in #1063
- Bump actions/checkout from 3 to 4 by @dependabot in #1064
- Avoid recursive calls into try_get_compiler when items are in the cache by @dpaoliello in #1050
- Release cc 1.0.97 by @NobodyXu in #1066
New Contributors
- @github-actions made their first contribution in #1061
- @atty303 made their first contribution in #1054
Full Changelog: 1.0.96...1.0.97
1.0.96
What's Changed
- Use specified include directories prior to CFLAGS by @justsmth in #1043
- MSVC: Add support for linking against the "spectre-mitigated" CRT by @dpaoliello in #673
- Release cc 1.0.96 by @NobodyXu in #1045
New Contributors
Full Changelog: 1.0.95...1.0.96
1.0.95
What's Changed
- Update windows-bindgen requirement from 0.55 to 0.56 by @dependabot in #1035
- Bump msrv to 1.63 by @NobodyXu in #1031
- Optimize jobserver
try_acquire
by @NobodyXu in #1037 - Release cc 1.0.95 by @NobodyXu in #1038
Full Changelog: 1.0.94...1.0.95