Releases: rust-lang/cc-rs
Releases · rust-lang/cc-rs
cc-v1.1.14
Other
- allow finding tools from path if VisualStudioDir is set
cc-v1.1.13
Other
- Fix detect family: should detect emscripten as clang, closes #1185 (#1186)
cc-v1.1.11
Other
- Add support for parsing shell encoded
*FLAGS
(#1181)
- Replace vector of tuples with BTreeMap which already is sorted and free of duplicates (#1177)
cc-v1.1.9
Other
- Add custom CC wrapper to the wrapper whitelist (#1175)
cc-v1.1.10
Other
- Remap Windows targets triples to their LLVM counterparts (#1176)
cc-v1.1.8
Other
- Fix broken link in docs.rs (#1173)
cc-v1.1.5
Other
- Fix cyclic compilation: Use vendored once_cell (#1154)