| { | ||
| "git": { | ||
| "sha1": "0f78e0c502645402187a15103af78caac5659a7c" | ||
| "sha1": "826c10562fa5236bf331f314a14a3605debcf391" | ||
| }, | ||
| "path_in_vcs": "" | ||
| } |
+7
-7
@@ -13,3 +13,3 @@ # This file is automatically @generated by Cargo. | ||
| name = "cc" | ||
| version = "1.2.50" | ||
| version = "1.2.51" | ||
| dependencies = [ | ||
@@ -47,5 +47,5 @@ "find-msvc-tools", | ||
| name = "find-msvc-tools" | ||
| version = "0.1.5" | ||
| version = "0.1.6" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844" | ||
| checksum = "645cbb3a84e60b7531617d5ae4e57f7e27308f6445f5abf653209ea76dec8dff" | ||
@@ -100,5 +100,5 @@ [[package]] | ||
| name = "rustix" | ||
| version = "1.1.2" | ||
| version = "1.1.3" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" | ||
| checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" | ||
| dependencies = [ | ||
@@ -120,5 +120,5 @@ "bitflags", | ||
| name = "tempfile" | ||
| version = "3.23.0" | ||
| version = "3.24.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" | ||
| checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c" | ||
| dependencies = [ | ||
@@ -125,0 +125,0 @@ "fastrand", |
+2
-2
@@ -16,3 +16,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO | ||
| name = "cc" | ||
| version = "1.2.50" | ||
| version = "1.2.51" | ||
| authors = ["Alex Crichton <alex@alexcrichton.com>"] | ||
@@ -55,3 +55,3 @@ build = false | ||
| [dependencies.find-msvc-tools] | ||
| version = "0.1.5" | ||
| version = "0.1.6" | ||
@@ -58,0 +58,0 @@ [dependencies.jobserver] |
+7
-0
@@ -10,2 +10,9 @@ # Changelog | ||
| ## [1.2.51](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.50...cc-v1.2.51) - 2025-12-26 | ||
| ### Other | ||
| - Regenerate target info ([#1642](https://github.com/rust-lang/cc-rs/pull/1642)) | ||
| - Update Readmes ([#1641](https://github.com/rust-lang/cc-rs/pull/1641)) | ||
| ## [1.2.50](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.49...cc-v1.2.50) - 2025-12-19 | ||
@@ -12,0 +19,0 @@ |
+10
-8
| # cc-rs | ||
| A library for [Cargo build scripts](https://doc.rust-lang.org/cargo/reference/build-scripts.html) | ||
| to compile a set of C/C++/assembly/CUDA files into a static archive for Cargo | ||
| to link into the crate being built. This crate does not compile code itself; | ||
| it calls out to the default compiler for the platform. This crate will | ||
| automatically detect situations such as cross compilation and | ||
| various environment variables and will build code appropriately. | ||
| A library for | ||
| [Cargo build scripts](https://doc.rust-lang.org/cargo/reference/build-scripts.html) | ||
| to compile a set of C/C++/assembly/CUDA files into a static archive for Cargo to | ||
| link into the crate being built. This crate does not compile code itself; it | ||
| calls out to the default compiler for the platform. This crate will | ||
| automatically detect situations such as cross compilation and various | ||
| environment variables and will build code appropriately. | ||
| Refer to the [documentation](https://docs.rs/cc) for detailed usage instructions. | ||
| Refer to the [documentation](https://docs.rs/cc) for detailed usage | ||
| instructions. | ||
@@ -19,3 +21,3 @@ ## License | ||
| * MIT license ([LICENSE-MIT](LICENSE-MIT) or | ||
| https://opensource.org/licenses/MIT) | ||
| https://opensource.org/license/mit) | ||
@@ -22,0 +24,0 @@ at your option. |
@@ -225,2 +225,3 @@ //! This file is generated code. Please edit the generator in | ||
| ("riscv64gc-unknown-redox", "riscv64-unknown-redox"), | ||
| ("riscv64im-unknown-none-elf", "riscv64"), | ||
| ("riscv64imac-unknown-none-elf", "riscv64"), | ||
@@ -227,0 +228,0 @@ ("riscv64imac-unknown-nuttx-elf", "riscv64"), |
Sorry, the diff of this file is not supported yet