| { | ||
| "git": { | ||
| "sha1": "1ca8b2af7a19faa4d090cc5deba3f7a0cd721174" | ||
| "sha1": "87e5faef33d451532dd87c144a5d3eecb04192f2" | ||
| }, | ||
| "path_in_vcs": "" | ||
| } |
+9
-9
@@ -13,3 +13,3 @@ # This file is automatically @generated by Cargo. | ||
| name = "cc" | ||
| version = "1.2.40" | ||
| version = "1.2.41" | ||
| dependencies = [ | ||
@@ -47,5 +47,5 @@ "find-msvc-tools", | ||
| name = "find-msvc-tools" | ||
| version = "0.1.3" | ||
| version = "0.1.4" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "0399f9d26e5191ce32c498bebd31e7a3ceabc2745f0ac54af3f335126c3f24b3" | ||
| checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127" | ||
@@ -76,5 +76,5 @@ [[package]] | ||
| name = "libc" | ||
| version = "0.2.176" | ||
| version = "0.2.177" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174" | ||
| checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" | ||
@@ -151,11 +151,11 @@ [[package]] | ||
| name = "windows-link" | ||
| version = "0.2.0" | ||
| version = "0.2.1" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65" | ||
| checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" | ||
| [[package]] | ||
| name = "windows-sys" | ||
| version = "0.61.1" | ||
| version = "0.61.2" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "6f109e41dd4a3c848907eb83d5a42ea98b3769495597450cf6d153507b166f0f" | ||
| checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" | ||
| dependencies = [ | ||
@@ -162,0 +162,0 @@ "windows-link", |
+2
-2
@@ -16,3 +16,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO | ||
| name = "cc" | ||
| version = "1.2.40" | ||
| version = "1.2.41" | ||
| authors = ["Alex Crichton <alex@alexcrichton.com>"] | ||
@@ -55,3 +55,3 @@ build = false | ||
| [dependencies.find-msvc-tools] | ||
| version = "0.1.3" | ||
| version = "0.1.4" | ||
@@ -58,0 +58,0 @@ [dependencies.jobserver] |
+10
-0
@@ -10,2 +10,12 @@ # Changelog | ||
| ## [1.2.41](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.40...cc-v1.2.41) - 2025-10-10 | ||
| ### Other | ||
| - Allow using VCToolsVersion to request a specific msvc version ([#1589](https://github.com/rust-lang/cc-rs/pull/1589)) | ||
| - Regenerate target info ([#1592](https://github.com/rust-lang/cc-rs/pull/1592)) | ||
| - Regenerate windows sys bindings ([#1591](https://github.com/rust-lang/cc-rs/pull/1591)) | ||
| - Update windows-bindgen requirement from 0.64 to 0.65 ([#1590](https://github.com/rust-lang/cc-rs/pull/1590)) | ||
| - Fix `get_base_archiver_variant` for clang-cl: use `--print-search-dirs` ([#1587](https://github.com/rust-lang/cc-rs/pull/1587)) | ||
| ## [1.2.40](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.39...cc-v1.2.40) - 2025-10-03 | ||
@@ -12,0 +22,0 @@ |
@@ -260,2 +260,3 @@ //! This file is generated code. Please edit the generator in | ||
| ("wasm32-wasip2", "wasm32-wasip2"), | ||
| ("wasm32-wasip3", "wasm32-wasip3"), | ||
| ("wasm32v1-none", "wasm32-unknown-unknown"), | ||
@@ -262,0 +263,0 @@ ("wasm64-unknown-unknown", "wasm64-unknown-unknown"), |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display