Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update rust crate cc to v1.2.0 #20

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 9, 2024

This PR contains the following updates:

Package Type Update Change
cc dependencies minor 1.0.83 -> 1.2.0

Release Notes

rust-lang/cc-rs (cc)

v1.2.0

Compare Source

Added
  • add i686-pc-windows-gnullvm prefix detection (#​1283)
Other
  • Allow only specifying the architecture (#​1285)
  • Fix WASM vs. WASI options (#​1284)

v1.1.37

Compare Source

Other
  • Use relative directory for obj files hash (#​1270)
  • Regenerate target info (#​1280)

v1.1.36

Compare Source

Other
  • Fix CUDA build with clang++. (#​1273)

v1.1.35

Compare Source

Other
  • Remove support for FRC (#​1268)
  • Do not add -fPIC by default on UEFI targets (#​1263)
  • Use -windows-gnu for all UEFI targets (#​1264)

v1.1.34

Compare Source

Other

v1.1.33

Compare Source

Other
  • Reduce size of cc::Build and size of generated targets (#​1257)

v1.1.32

Compare Source

Other
  • Use rustc's knowledge of LLVM/Clang target triples (#​1252)
  • Use Cargo's target information when possible (#​1225)

v1.1.31

Compare Source

Other
  • Add comment explaining why cc does not rebuild on env PATH change (#​1247)

v1.1.30

Compare Source

Other
  • Don't pass -fPIC by default on wasm (#​1245)

v1.1.29

Compare Source

Other

v1.1.28

Compare Source

Other
  • Environment variables: For one accepting boolean, treat "0", "false" and empty env as false (#​1238)

v1.1.27

Compare Source

Other
  • Revert "Use debug version of MSVC runtime library on debug (#​1231)" (#​1237)
  • Disable CC_ENABLE_DEBUG_OUTPUT if it is set to "0" (#​1234)

v1.1.26

Compare Source

Other
  • Use debug version of MSVC runtime library on debug (#​1231)

v1.1.25

Compare Source

Other
  • Remove incorrect "lib" prefixes in CXXSTDLIB doc comments (#​1228)

v1.1.24

Compare Source

Other
  • Fix wasm32-wasip1-threads: shared-memory disallowed due to not compiled with 'atomics' or 'bulk-memory' features (#​1221)
  • Reduce the need for the host target triple (#​1224)
  • Add auto cancellation for CI jobs (#​1222)

v1.1.23

Compare Source

Other
  • Update doc for detecting changes/upgrades of compilers (#​1218)

v1.1.22

Compare Source

Other
  • Don't rerun if PATH changes (#​1215)

v1.1.21

Compare Source

Other
  • disable pic for targets that end in -none (#​1212)

v1.1.20

Compare Source

Other
  • Add buildcache as known Rust and C/C++ compiler wrapper (#​1209)

v1.1.19

Compare Source

Other
  • Add support arm64e-apple-darwin (#​1207)

v1.1.18

Compare Source

Other
  • Fixed unsoundness in StderrForwarder::forward_available (#​1203)

v1.1.17

Compare Source

Fixed
  • fix finding toolchains when invoked by msbuild (#​1201)

v1.1.16

Compare Source

Other
  • Treat VxWorks wr-cc as a Gnu compiler (#​1198)

v1.1.15

Compare Source

Other
  • Add -mfloat-abi=hard as a default argument when using any arm/thumb-none-eabihf target (#​1194)

v1.1.14

Compare Source

Other
  • allow finding tools from path if VisualStudioDir is set

v1.1.13

Compare Source

Other
  • Fix detect family: should detect emscripten as clang, closes #​1185 (#​1186)

v1.1.12

Compare Source

Other

v1.1.11

Compare Source

Other
  • Add support for parsing shell encoded *FLAGS (#​1181)
  • Replace vector of tuples with BTreeMap which already is sorted and free of duplicates (#​1177)

v1.1.10

Compare Source

Other
  • Remap Windows targets triples to their LLVM counterparts (#​1176)

v1.1.9

Compare Source

Other
  • Add custom CC wrapper to the wrapper whitelist (#​1175)

v1.1.8

Compare Source

Other

v1.1.7

Compare Source

Other

v1.1.6

Compare Source

Other

v1.1.5

Compare Source

Other
  • Fix cyclic compilation: Use vendored once_cell (#​1154)

v1.1.4

Compare Source

Other

v1.1.3

Compare Source

Other
  • Use relative directory for obj files hash (#​1270)
  • Regenerate target info (#​1280)

v1.1.2

Compare Source

Other

v1.1.1

Compare Source

Other
  • Add support arm64e-apple-darwin (#​1207)

v1.1.0

Compare Source

Added
  • add cargo_output to eliminate last vestiges of stdout pollution (#​1141)

v1.0.106

Compare Source

Other

v1.0.105

Compare Source

Other
  • Regenerate windows sys bindings (#​1132)
  • Fix generate-windows-sys-bindings (#​1133)
  • Fix gen-windows-sys-binding (#​1130)
  • Fix gen-windows-sys-binding (#​1127)
  • Update windows-bindgen requirement from 0.57 to 0.58 (#​1123)

v1.0.104

Compare Source

Other
  • Fixed link break about compile-time-requirements (#​1118)

v1.0.103

Compare Source

Other
  • Fix compilation for wasm: env WASI_SYSROOT should be optional (#​1114)

v1.0.102

Compare Source

Other
  • Fix invalid wasi targets compatibility (#​1105)
  • Speedup regenerate-target-info and regenerate-windows-sys (#​1110)

v1.0.101

Compare Source

Other
  • Use Build::getenv instead of env::var* in anywhere that makes sense (#​1103)

v1.0.100

Compare Source

Other
  • Update publish.yml to use release-plz (#​1101)
  • Accept OsStr instead of str 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)

v1.0.99

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/cc-rs@1.0.98...1.0.99

v1.0.98

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/cc-rs@1.0.97...1.0.98

v1.0.97

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/cc-rs@1.0.96...1.0.97

v1.0.96

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/cc-rs@1.0.95...1.0.96

v1.0.95

Compare Source

What's Changed

Full Changelog: rust-lang/cc-rs@1.0.94...1.0.95

v1.0.94

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/cc-rs@1.0.93...1.0.94

v1.0.93

Compare Source

What's Changed

Full Changelog: rust-lang/cc-rs@1.0.92...1.0.93

v1.0.92

Compare Source

What's Changed

Full Changelog: rust-lang/cc-rs@1.0.91...1.0.92

v1.0.91

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/cc-rs@1.0.90...1.0.91

v1.0.90

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/cc-rs@1.0.89...1.0.90

v1.0.89

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/cc-rs@1.0.88...1.0.89

v1.0.88

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/cc-rs@1.0.87...1.0.88

v1.0.87

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/cc-rs@1.0.86...1.0.87

v1.0.86

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/cc-rs@1.0.85...1.0.86

v1.0.85

Compare Source

[!IMPORTANT]

This release has been yanked, due to panicking in freeBSD debug build. A release without these issues will be made in the near future.

Sorry, and thanks.

What's Changed

New Contributors

Full Changelog: rust-lang/cc-rs@1.0.84...1.0.85

v1.0.84

Compare Source

[!IMPORTANT]

This release has been yanked, due to the Apple deployment target changes causing unintentional widespread breakage for building C++ code on the target (for projects without an explicit deployment target set). A release without these issues will be made in the near future.

Sorry, and thanks.

Changes

This isn't a complete list, but I've tried to cover everything that is either significant, or could cause problems for people using cc in configurations not covered by our tests.

As always, please file bugs if you hit issues. cc is used in many more ways than we can possibly test (especially when cross-compiling or using tier-3 platforms).

Thanks.

New Contributors

Full Changelog: rust-lang/cc-rs@1.0.83...1.0.84


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.0.97 fix(deps): update rust crate cc to v1.0.98 May 22, 2024
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from 0b7f689 to 8d8b008 Compare May 22, 2024 20:40
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from 8d8b008 to d9c5f3d Compare June 8, 2024 02:51
@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.0.98 fix(deps): update rust crate cc to v1.0.99 Jun 8, 2024
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from d9c5f3d to cb7ff1c Compare June 26, 2024 11:34
@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.0.99 fix(deps): update rust crate cc to v1.0.101 Jun 26, 2024
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from cb7ff1c to 90ee66c Compare June 29, 2024 08:47
@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.0.101 fix(deps): update rust crate cc to v1.0.102 Jun 29, 2024
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from 90ee66c to 135930a Compare July 1, 2024 08:34
@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.0.102 fix(deps): update rust crate cc to v1.0.104 Jul 1, 2024
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from 135930a to 54d19af Compare July 8, 2024 05:48
@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.0.104 fix(deps): update rust crate cc to v1.0.105 Jul 8, 2024
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from 54d19af to c53dd50 Compare July 9, 2024 08:35
@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.0.105 fix(deps): update rust crate cc to v1.0.106 Jul 9, 2024
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from c53dd50 to 2790875 Compare July 11, 2024 02:52
@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.0.106 fix(deps): update rust crate cc to v1.1.0 Jul 11, 2024
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from 2790875 to bc45d5e Compare July 12, 2024 11:42
@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.1.0 fix(deps): update rust crate cc to v1.1.1 Jul 12, 2024
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from bc45d5e to 5d41177 Compare July 14, 2024 02:54
@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.1.1 fix(deps): update rust crate cc to v1.1.3 Jul 14, 2024
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from 5d41177 to 76d5636 Compare July 15, 2024 02:59
@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.1.3 fix(deps): update rust crate cc to v1.1.5 Jul 15, 2024
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from 76d5636 to 51c347d Compare July 20, 2024 17:52
@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.1.5 fix(deps): update rust crate cc to v1.1.6 Jul 20, 2024
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from 51c347d to be14b78 Compare July 30, 2024 05:16
@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.1.6 fix(deps): update rust crate cc to v1.1.7 Jul 30, 2024
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from be14b78 to 6432ac6 Compare August 10, 2024 11:58
@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.1.7 fix(deps): update rust crate cc to v1.1.8 Aug 10, 2024
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from 6432ac6 to ac4b5ec Compare August 12, 2024 02:36
@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.1.8 fix(deps): update rust crate cc to v1.1.10 Aug 12, 2024
@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.1.19 fix(deps): update rust crate cc to v1.1.20 Sep 18, 2024
@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.1.20 fix(deps): update rust crate cc to v1.1.21 Sep 19, 2024
@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.1.21 fix(deps): update rust crate cc to v1.1.22 Sep 28, 2024
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from e915acb to a9ec3b4 Compare October 1, 2024 04:35
@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.1.22 fix(deps): update rust crate cc to v1.1.23 Oct 1, 2024
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from a9ec3b4 to 97b4c9d Compare October 2, 2024 02:44
@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.1.23 fix(deps): update rust crate cc to v1.1.24 Oct 2, 2024
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from 97b4c9d to 60b00f0 Compare October 5, 2024 05:30
@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.1.24 fix(deps): update rust crate cc to v1.1.25 Oct 5, 2024
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from 60b00f0 to d60daf3 Compare October 6, 2024 05:49
@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.1.25 fix(deps): update rust crate cc to v1.1.26 Oct 6, 2024
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from d60daf3 to 86677fc Compare October 7, 2024 05:38
@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.1.26 fix(deps): update rust crate cc to v1.1.28 Oct 7, 2024
@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.1.28 fix(deps): update rust crate cc to v1.1.30 Oct 13, 2024
@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.1.30 fix(deps): update rust crate cc to v1.1.31 Oct 19, 2024
@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.1.31 fix(deps): update rust crate cc to v1.1.32 Nov 2, 2024
@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.1.32 fix(deps): update rust crate cc to v1.1.34 Nov 3, 2024
@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.1.34 fix(deps): update rust crate cc to v1.1.36 Nov 6, 2024
@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.1.36 fix(deps): update rust crate cc to v1.1.37 Nov 9, 2024
@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.1.37 fix(deps): update rust crate cc to v1.2.0 Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants