Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.73
->1.0.76
Release Notes
rust-lang/cc-rs
v1.0.76
Compare Source
Version 1.0.76
Changelog
clang-cl
, we now only use--
to separate flags/options from input files when not using the assembler, which doesn't support that option. This is a fix for a regression introduced in 1.0.74 (by #514) (present in 1.0.75 as well). (#747)This is essentially a bugfix release, so that's all!
v1.0.75
Compare Source
Version 1.0.75
Changelog
ar
executable,*-ar
is now preferred to*-gcc-ar
(#741)Additionally, a number of smaller changes which shouldn't impact users have been made; see the commit history for complete details.
Thanks to everybody who contributed to this release!
v1.0.74
Compare Source
Version 1.0.74
Changelog
clang-cl
, we now use--
to separate flags/options from input files. (#514)RUSTC_LINKER
's prefix (rather than erroring) if we fail to determine the prefix to use for the given target. (#685)Build::link_lib_modifier
function was added to allow control which library modifiers are used when linking with the generated library. (#671)ar
binary to use, we now try{target}-ar
in addition to{target}-gcc-ar
. If they're both present,{target}-ar
will be preferred. (#735, #736)cargo:rerun-if-env-changed
messages for environment variables that influence the build. This is only done ifcargo_metadata
is enabled, and can be disabled by passing false to the newBuild::emit_rerun_if_env_changed
builder function. (#701, #738)New Targets
The following targets are now supported:
*-watchos
and*-watchos-sim
). (#662)*-pc-windows-gnullvm
). (#734)riscv32imac-unknown-xous-elf
). (#686)Additionally, a number of smaller changes which shouldn't impact users have been made; see the commit history for complete details.
Thanks to everybody who contributed to this release!
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.