Releases: rust-lang/cc-rs
Releases · rust-lang/cc-rs
cc-v1.1.1
cc-v1.1.0
cc-v1.0.106
cc-v1.0.105
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