| { | ||
| "git": { | ||
| "sha1": "360f69119862eb26b44253f09f9ce60be5b3011b" | ||
| "sha1": "37a5f8f4e1a2eaf4cf483fc0fb97d35761b720c5" | ||
| }, | ||
| "path_in_vcs": "" | ||
| } |
+1
-1
@@ -19,3 +19,3 @@ # This file is automatically @generated by Cargo. | ||
| name = "cc" | ||
| version = "1.2.61" | ||
| version = "1.2.62" | ||
| dependencies = [ | ||
@@ -22,0 +22,0 @@ "find-msvc-tools", |
+1
-1
@@ -16,3 +16,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO | ||
| name = "cc" | ||
| version = "1.2.61" | ||
| version = "1.2.62" | ||
| authors = ["Alex Crichton <alex@alexcrichton.com>"] | ||
@@ -19,0 +19,0 @@ build = false |
+9
-0
@@ -10,2 +10,11 @@ # Changelog | ||
| ## [1.2.62](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.61...cc-v1.2.62) - 2026-05-08 | ||
| ### Other | ||
| - Regenerate target info ([#1721](https://github.com/rust-lang/cc-rs/pull/1721)) | ||
| - Allow exceptions on wasm platforms ([#1714](https://github.com/rust-lang/cc-rs/pull/1714)) | ||
| - Add relibc env ([#1710](https://github.com/rust-lang/cc-rs/pull/1710)) | ||
| - recognize sh4 architecture in parse_arch() ([#1712](https://github.com/rust-lang/cc-rs/pull/1712)) | ||
| ## [1.2.61](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.60...cc-v1.2.61) - 2026-04-24 | ||
@@ -12,0 +21,0 @@ |
@@ -273,3 +273,3 @@ //! This file is generated code. Please edit the generator in | ||
| ("wasm32-unknown-unknown", "wasm32-unknown-unknown"), | ||
| ("wasm32-wali-linux-musl", "wasm32-wasi"), | ||
| ("wasm32-wali-linux-musl", "wasm32-linux-muslwali"), | ||
| ("wasm32-wasi", "wasm32-wasi"), | ||
@@ -276,0 +276,0 @@ ("wasm32-wasip1", "wasm32-wasip1"), |
@@ -171,2 +171,3 @@ use std::mem; | ||
| arch if arch.starts_with("bpf") => "bpf", // bpfeb | bpfel | ||
| arch if arch.starts_with("sh4") => "sh4", // sh4 | sh4-unknown-linux-gnu | sh4-unknown-redox | ||
@@ -235,2 +236,3 @@ // https://github.com/bytecodealliance/wasmtime/tree/v30.0.1/pulley | ||
| "mlibc" => ("mlibc", ""), | ||
| "relibc" => ("relibc", ""), | ||
@@ -237,0 +239,0 @@ // ABIs |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display