You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

cc

Package Overview
Dependencies
Maintainers
0
Versions
203
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cc - cargo Package Compare versions

Comparing version
1.2.53
to
1.2.54
+1
-1
.cargo_vcs_info.json
{
"git": {
"sha1": "5be292b6bbaddda74e2196b5679d9e7ba5834604"
"sha1": "85466d853fbdb288e1e2c627539bcfc035fa2ed3"
},
"path_in_vcs": ""
}

@@ -13,3 +13,3 @@ # This file is automatically @generated by Cargo.

name = "cc"
version = "1.2.53"
version = "1.2.54"
dependencies = [

@@ -16,0 +16,0 @@ "find-msvc-tools",

@@ -16,3 +16,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO

name = "cc"
version = "1.2.53"
version = "1.2.54"
authors = ["Alex Crichton <alex@alexcrichton.com>"]

@@ -19,0 +19,0 @@ build = false

@@ -10,2 +10,9 @@ # Changelog

## [1.2.54](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.53...cc-v1.2.54) - 2026-01-23
### Other
- Fix x86_64-unknown-linux-gnuasan parsing ([#1661](https://github.com/rust-lang/cc-rs/pull/1661))
- Regenerate target info ([#1660](https://github.com/rust-lang/cc-rs/pull/1660))
## [1.2.53](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.52...cc-v1.2.53) - 2026-01-16

@@ -12,0 +19,0 @@

@@ -299,2 +299,3 @@ //! This file is generated code. Please edit the generator in

("x86_64-unknown-linux-gnu", "x86_64-unknown-linux-gnu"),
("x86_64-unknown-linux-gnuasan", "x86_64-unknown-linux-gnu"),
("x86_64-unknown-linux-gnux32", "x86_64-unknown-linux-gnux32"),

@@ -301,0 +302,0 @@ ("x86_64-unknown-linux-musl", "x86_64-unknown-linux-musl"),

@@ -448,2 +448,6 @@ use std::{env, mem};

if abi == "asan" {
abi = "";
}
Ok(Self {

@@ -450,0 +454,0 @@ full_arch,

Sorry, the diff of this file is not supported yet