Update Rust crate cc to 1.0.76#14
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.76Release Notes
rust-lang/cc-rs
v1.0.76Compare 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.75Compare Source
Version 1.0.75
Changelog
arexecutable,*-aris 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.74Compare 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_modifierfunction was added to allow control which library modifiers are used when linking with the generated library. (#671)arbinary to use, we now try{target}-arin addition to{target}-gcc-ar. If they're both present,{target}-arwill be preferred. (#735, #736)cargo:rerun-if-env-changedmessages for environment variables that influence the build. This is only done ifcargo_metadatais enabled, and can be disabled by passing false to the newBuild::emit_rerun_if_env_changedbuilder function. (#701, #738)New Targets
The following targets are now supported:
*-watchosand*-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.