| { | ||
| "git": { | ||
| "sha1": "85466d853fbdb288e1e2c627539bcfc035fa2ed3" | ||
| "sha1": "0767349e1d1253e6849b4c2af2059db661f54343" | ||
| }, | ||
| "path_in_vcs": "" | ||
| } |
+3
-3
@@ -13,3 +13,3 @@ # This file is automatically @generated by Cargo. | ||
| name = "cc" | ||
| version = "1.2.54" | ||
| version = "1.2.55" | ||
| dependencies = [ | ||
@@ -47,5 +47,5 @@ "find-msvc-tools", | ||
| name = "find-msvc-tools" | ||
| version = "0.1.8" | ||
| version = "0.1.9" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "8591b0bcc8a98a64310a2fae1bb3e9b8564dd10e381e6e28010fde8e8e8568db" | ||
| checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" | ||
@@ -52,0 +52,0 @@ [[package]] |
+2
-2
@@ -16,3 +16,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO | ||
| name = "cc" | ||
| version = "1.2.54" | ||
| version = "1.2.55" | ||
| authors = ["Alex Crichton <alex@alexcrichton.com>"] | ||
@@ -55,3 +55,3 @@ build = false | ||
| [dependencies.find-msvc-tools] | ||
| version = "0.1.8" | ||
| version = "0.1.9" | ||
@@ -58,0 +58,0 @@ [dependencies.jobserver] |
+8
-0
@@ -10,2 +10,10 @@ # Changelog | ||
| ## [1.2.55](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.54...cc-v1.2.55) - 2026-01-30 | ||
| ### Other | ||
| - Regenerate target info ([#1667](https://github.com/rust-lang/cc-rs/pull/1667)) | ||
| - Fix RUSTFLAGS typo in test-linker-plugin-lto ([#1665](https://github.com/rust-lang/cc-rs/pull/1665)) | ||
| - Disable PIC for armv7-sony-vita-newlibeabihf ([#1664](https://github.com/rust-lang/cc-rs/pull/1664)) | ||
| ## [1.2.54](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.53...cc-v1.2.54) - 2026-01-23 | ||
@@ -12,0 +20,0 @@ |
@@ -54,2 +54,4 @@ //! This file is generated code. Please edit the generator in | ||
| ("aarch64_be-unknown-none-softfloat", "aarch64_be-unknown-none"), | ||
| ("aarch64v8r-unknown-none", "aarch64-unknown-none"), | ||
| ("aarch64v8r-unknown-none-softfloat", "aarch64-unknown-none"), | ||
| ("amdgcn-amd-amdhsa", "amdgcn-amd-amdhsa"), | ||
@@ -75,2 +77,4 @@ ("arm-linux-androideabi", "arm-linux-androideabi"), | ||
| ("armv5te-unknown-linux-uclibceabi", "armv5te-unknown-linux-gnueabi"), | ||
| ("armv6-none-eabi", "armv6-none-eabi"), | ||
| ("armv6-none-eabihf", "armv6-none-eabihf"), | ||
| ("armv6-unknown-freebsd", "armv6-unknown-freebsd-gnueabihf"), | ||
@@ -241,4 +245,7 @@ ("armv6-unknown-netbsd-eabihf", "armv6-unknown-netbsdelf-eabihf"), | ||
| ("thumbv5te-none-eabi", "thumbv5te-none-eabi"), | ||
| ("thumbv6-none-eabi", "thumbv6-none-eabi"), | ||
| ("thumbv6m-none-eabi", "thumbv6m-none-eabi"), | ||
| ("thumbv6m-nuttx-eabi", "thumbv6m-none-eabi"), | ||
| ("thumbv7a-none-eabi", "thumbv7a-none-eabi"), | ||
| ("thumbv7a-none-eabihf", "thumbv7a-none-eabihf"), | ||
| ("thumbv7a-nuttx-eabi", "thumbv7a-none-eabi"), | ||
@@ -257,2 +264,4 @@ ("thumbv7a-nuttx-eabihf", "thumbv7a-none-eabihf"), | ||
| ("thumbv7neon-unknown-linux-musleabihf", "armv7-unknown-linux-musleabihf"), | ||
| ("thumbv7r-none-eabi", "thumbv7r-none-eabi"), | ||
| ("thumbv7r-none-eabihf", "thumbv7r-none-eabihf"), | ||
| ("thumbv8m.base-none-eabi", "thumbv8m.base-none-eabi"), | ||
@@ -264,2 +273,3 @@ ("thumbv8m.base-nuttx-eabi", "thumbv8m.base-none-eabi"), | ||
| ("thumbv8m.main-nuttx-eabihf", "thumbv8m.main-none-eabihf"), | ||
| ("thumbv8r-none-eabihf", "thumbv8r-none-eabihf"), | ||
| ("wasm32-unknown-emscripten", "wasm32-unknown-emscripten"), | ||
@@ -266,0 +276,0 @@ ("wasm32-unknown-unknown", "wasm32-unknown-unknown"), |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display