Skip to content

Commit caaab28

Browse files
shepmasterjyn514
authored andcommitted
Use patched cc
1 parent 03027f0 commit caaab28

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -408,9 +408,8 @@ version = "0.1.0"
408408

409409
[[package]]
410410
name = "cc"
411-
version = "1.0.58"
412-
source = "registry+https://github.com/rust-lang/crates.io-index"
413-
checksum = "f9a06fb2e53271d7c279ec1efea6ab691c35a2ae67ec0d91d7acec0caf13b518"
411+
version = "1.0.59"
412+
source = "git+https://github.com/alexcrichton/cc-rs?rev=192a84d9313210e09f2af1d7a8c27f70bd6a0f6e#192a84d9313210e09f2af1d7a8c27f70bd6a0f6e"
414413
dependencies = [
415414
"jobserver",
416415
]

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ rustc-std-workspace-core = { path = 'library/rustc-std-workspace-core' }
9595
rustc-std-workspace-alloc = { path = 'library/rustc-std-workspace-alloc' }
9696
rustc-std-workspace-std = { path = 'library/rustc-std-workspace-std' }
9797

98+
cc = { git = 'https://github.com/alexcrichton/cc-rs', rev = '192a84d9313210e09f2af1d7a8c27f70bd6a0f6e' }
99+
98100
# This crate's integration with libstd is a bit wonky, so we use a submodule
99101
# instead of a crates.io dependency. Make sure everything else in the repo is
100102
# also using the submodule, however, so we can avoid duplicate copies of the

0 commit comments

Comments
 (0)