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.12 #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.12

Release Notes

rust-lang/cc-rs (cc)

v1.2.12

Compare Source

Other
  • Split impl Build (#​1382)
  • Don't specify both -target and -mtargetos= on Apple targets (#​1384)

v1.2.11

Compare Source

Other
  • Fix more flag inheritance (#​1380)
  • Include wrapper args. in stdout family heuristics to restore classifying clang --driver-mode=cl as Msvc { clang_cl: true } (#​1378)
  • Constrain -Clto and -Cembed-bitcode flag inheritance to be clang-only (#​1379)
  • Pass deployment target with -m*-version-min= (#​1339)
  • Regenerate target info (#​1376)

v1.2.10

Compare Source

Other
  • Fix CC_FORCE_DISABLE=0 evaluating to true (#​1371)
  • Regenerate target info (#​1369)
  • Make hidden lifetimes explicit. (#​1366)

v1.2.9

Compare Source

Other
  • Don't pass inherited PGO flags to GNU compilers (#​1363)
  • Adjusted zig cc judgment and avoided zigbuild errors(#​1360) (#​1361)
  • Fix compilation on macOS using clang and fix compilation using zig-cc (#​1364)

v1.2.8

Compare Source

Other
  • Add is_like_clang_cl() getter (#​1357)
  • Fix clippy error in lib.rs (#​1356)
  • Regenerate target info (#​1352)
  • Fix compiler family detection issue with clang-cl on macOS (#​1328)
  • Update windows-bindgen dependency (#​1347)
  • Fix clippy warnings (#​1346)

v1.2.7

Compare Source

Other
  • Regenerate target info (#​1342)
  • Document new supported architecture names in windows::find
  • Make is_flag_supported_inner take an &Tool (#​1337)
  • Fix is_flag_supported on msvc (#​1336)
  • Allow using Visual Studio target names in find_tool (#​1335)

v1.2.6

Compare Source

Other
  • Don't inherit the /Oy flag for 64-bit targets (#​1330)

v1.2.5

Compare Source

Other
  • Check linking when testing if compiler flags are supported (#​1322)

v1.2.4

Compare Source

Other
  • Add support for C/C++ compiler for Neutrino QNX: qcc (#​1319)
  • use -maix64 instead of -m64 (#​1307)

v1.2.3

Compare Source

Other
  • Improve detection of environment when compiling from msbuild or msvc (#​1310)
  • Better error message when failing on unknown targets (#​1313)
  • Optimize RustcCodegenFlags (#​1305)

v1.2.2

Compare Source

Other
  • Inherit flags from rustc (#​1279)
  • Add support for using sccache wrapper with cuda/nvcc (#​1304)
  • Fix msvc stdout not shown on error (#​1303)
  • Regenerate target info (#​1301)
  • Fix compilation of C++ code for armv7-unknown-linux-gnueabihf (#​1298)
  • Fetch target info from Cargo even if Build::target is manually set (#​1299)
  • Fix two files with different extensions having the same object name (#​1295)
  • Allow disabling cc's ability to compile via env var CC_FORCE_DISABLE (#​1292)
  • Regenerate target info (#​1293)

v1.2.1

Compare Source

Other
  • Split impl Build (#​1382)
  • Don't specify both -target and -mtargetos= on Apple targets (#​1384)

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.

  • The MSRV has been updated to 1.53.0 ([https://

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.34 fix(deps): update rust crate cc to v1.1.36 Nov 6, 2024
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from 0ca7c39 to 1497d9d Compare November 9, 2024 02:42
@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 force-pushed the renovate/cc-1.x-lockfile branch from 1497d9d to ad581a3 Compare November 13, 2024 11:43
@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
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from ad581a3 to 1f8b4b8 Compare November 15, 2024 08:29
@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.2.0 fix(deps): update rust crate cc to v1.2.1 Nov 15, 2024
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from 1f8b4b8 to c8b10c1 Compare November 29, 2024 11:37
@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.2.1 fix(deps): update rust crate cc to v1.2.2 Nov 29, 2024
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from c8b10c1 to 6a642d3 Compare December 7, 2024 11:40
@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.2.2 fix(deps): update rust crate cc to v1.2.3 Dec 7, 2024
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from 6a642d3 to 128aa56 Compare December 14, 2024 02:32
@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.2.3 fix(deps): update rust crate cc to v1.2.4 Dec 14, 2024
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from 128aa56 to 865dccb Compare December 20, 2024 02:56
@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.2.4 fix(deps): update rust crate cc to v1.2.5 Dec 20, 2024
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from 865dccb to 0c40fd2 Compare December 27, 2024 23:47
@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.2.5 fix(deps): update rust crate cc to v1.2.6 Dec 27, 2024
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from 0c40fd2 to 6d54016 Compare January 3, 2025 05:53
@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.2.6 fix(deps): update rust crate cc to v1.2.7 Jan 3, 2025
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from 6d54016 to 4453c11 Compare January 11, 2025 07:18
@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.2.7 fix(deps): update rust crate cc to v1.2.8 Jan 11, 2025
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from 4453c11 to e2f294d Compare January 12, 2025 07:12
@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.2.8 fix(deps): update rust crate cc to v1.2.9 Jan 12, 2025
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from e2f294d to b1b103a Compare January 17, 2025 11:37
@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.2.9 fix(deps): update rust crate cc to v1.2.10 Jan 17, 2025
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from b1b103a to 08974b1 Compare February 1, 2025 06:52
@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.2.10 fix(deps): update rust crate cc to v1.2.11 Feb 1, 2025
@renovate renovate bot force-pushed the renovate/cc-1.x-lockfile branch from 08974b1 to 632a4f4 Compare February 5, 2025 00:07
@renovate renovate bot changed the title fix(deps): update rust crate cc to v1.2.11 fix(deps): update rust crate cc to v1.2.12 Feb 5, 2025
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