| { | ||
| "git": { | ||
| "sha1": "826c10562fa5236bf331f314a14a3605debcf391" | ||
| "sha1": "d0562c9e06e9c4590fd7a594ed0a445dc32735f3" | ||
| }, | ||
| "path_in_vcs": "" | ||
| } |
+5
-5
@@ -13,3 +13,3 @@ # This file is automatically @generated by Cargo. | ||
| name = "cc" | ||
| version = "1.2.51" | ||
| version = "1.2.52" | ||
| dependencies = [ | ||
@@ -47,5 +47,5 @@ "find-msvc-tools", | ||
| name = "find-msvc-tools" | ||
| version = "0.1.6" | ||
| version = "0.1.7" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "645cbb3a84e60b7531617d5ae4e57f7e27308f6445f5abf653209ea76dec8dff" | ||
| checksum = "f449e6c6c08c865631d4890cfacf252b3d396c9bcc83adb6623cdb02a8336c41" | ||
@@ -76,5 +76,5 @@ [[package]] | ||
| name = "libc" | ||
| version = "0.2.178" | ||
| version = "0.2.180" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091" | ||
| checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" | ||
@@ -81,0 +81,0 @@ [[package]] |
+2
-2
@@ -16,3 +16,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO | ||
| name = "cc" | ||
| version = "1.2.51" | ||
| version = "1.2.52" | ||
| authors = ["Alex Crichton <alex@alexcrichton.com>"] | ||
@@ -55,3 +55,3 @@ build = false | ||
| [dependencies.find-msvc-tools] | ||
| version = "0.1.6" | ||
| version = "0.1.7" | ||
@@ -58,0 +58,0 @@ [dependencies.jobserver] |
+9
-0
@@ -10,2 +10,11 @@ # Changelog | ||
| ## [1.2.52](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.51...cc-v1.2.52) - 2026-01-09 | ||
| ### Other | ||
| - Fix contradictory doc for CC compiler in crate doc ([#1650](https://github.com/rust-lang/cc-rs/pull/1650)) | ||
| - Have CUDA compilaion check for sbsa-linux when targeting aarch64. ([#1647](https://github.com/rust-lang/cc-rs/pull/1647)) | ||
| - Update link for -Cdwarf-version; Remove -Z (stabilized in 1.88) ([#1648](https://github.com/rust-lang/cc-rs/pull/1648)) | ||
| - Fix Build::env_tool to check for .exe on windows ([#1646](https://github.com/rust-lang/cc-rs/pull/1646)) | ||
| ## [1.2.51](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.50...cc-v1.2.51) - 2025-12-26 | ||
@@ -12,0 +21,0 @@ |
+3
-4
@@ -168,5 +168,4 @@ use crate::target::TargetInfo; | ||
| } | ||
| // https://doc.rust-lang.org/beta/unstable-book/compiler-flags/dwarf-version.html | ||
| // FIXME: Drop the -Z variant and update the doc link once the option is stabilized | ||
| "-Zdwarf-version" | "-Cdwarf-version" => { | ||
| // https://doc.rust-lang.org/beta/rustc/codegen-options/index.html#dwarf-version | ||
| "-Cdwarf-version" => { | ||
| self.dwarf_version = flag_not_empty_generic(flag, value.and_then(arg_to_u32))?; | ||
@@ -451,3 +450,3 @@ } | ||
| "-Zbranch-protection=bti,pac-ret,leaf", | ||
| "-Zdwarf-version=5", | ||
| "-Cdwarf-version=5", | ||
| "-Zstack-protector=strong", | ||
@@ -454,0 +453,0 @@ // Set flags we don't recognise but rustc supports next |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display