Skip to content

Commit 1b638b8

Browse files
committed
try a rev of cc-rs before a sus commit
1 parent 1eddb21 commit 1b638b8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/bootstrap/Cargo.lock

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

9090
[[package]]
9191
name = "cc"
92-
version = "1.0.74"
93-
source = "registry+https://github.com/rust-lang/crates.io-index"
94-
checksum = "581f5dba903aac52ea3feb5ec4810848460ee833876f1f9b0fdeab1f19091574"
92+
version = "1.0.73"
93+
source = "git+https://github.com/rust-lang/cc-rs?rev=53fb72c87e5769a299f1886ead831901b9c775d6#53fb72c87e5769a299f1886ead831901b9c775d6"
9594

9695
[[package]]
9796
name = "cfg-if"

src/bootstrap/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,6 @@ debug = 0
9292
[profile.dev.package]
9393
# Only use debuginfo=1 to further reduce compile times.
9494
bootstrap.debug = 1
95+
96+
[patch.crates-io]
97+
cc = { git = 'https://github.com/rust-lang/cc-rs', rev = '53fb72c87e5769a299f1886ead831901b9c775d6' }

0 commit comments

Comments
 (0)