Releases: rust-cross/cargo-xwin
Releases · rust-cross/cargo-xwin
v0.19.1
v0.19.0
v0.18.6
v0.18.6
v0.18.5
What's Changed
- Add doc subcommand by @marcelbuesing in #148
- Add llvm package to Docker image by @PaulWagener in #150
- Upgrade Rust in Docker image by @PaulWagener in #151
- Add /EHsc flag to support C++ exceptions by @PaulWagener in #152
- Add env subcommand by @ark0f in #153
- Add
__msvc_vcruntime_intrinsics
to clang include by @messense in #154
New Contributors
- @marcelbuesing made their first contribution in #148
- @PaulWagener made their first contribution in #150
- @ark0f made their first contribution in #153
Full Changelog: v0.18.4...v0.18.5
v0.18.4
v0.18.4
v0.18.3
v0.18.3
v0.18.2
v0.18.1
What's Changed
- refactor: reduce code duplication by @messense in #134
- Add retries to windows-msvc-sysroot download by @messense in #135
- Prefer homebrew clang as
clang-cl
on macOS by @messense in #136 - Avoid using system clang stub as
clang-cl
on macOS by @messense in #137
Full Changelog: v0.18.0...v0.18.1
v0.18.0
v0.17.6
- Fix docker image build