Skip to content

Commit

Permalink
Auto merge of rust-lang#130406 - arttet:master, r=onur-ozkan
Browse files Browse the repository at this point in the history
Bump cc dependency

* The [issue](rust-lang#130231) was fixed in the [PR](rust-lang/cc-rs#1207)
* The build artifacts of arm64e-apple-darwin can be found [here](https://github.com/arttet/rust-compiler-builder/actions/runs/10902308425)
  • Loading branch information
bors committed Sep 19, 2024
2 parents b7b9453 + ed2e0ab commit b0af276
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions src/bootstrap/Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,12 @@ dependencies = [

[[package]]
name = "cc"
version = "1.0.97"
version = "1.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4"
checksum = "2d74707dde2ba56f86ae90effb3b43ddd369504387e718014de010cec7959800"
dependencies = [
"shlex",
]

[[package]]
name = "cfg-if"
Expand Down Expand Up @@ -536,6 +539,12 @@ dependencies = [
"digest",
]

[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"

[[package]]
name = "syn"
version = "2.0.75"
Expand Down
2 changes: 1 addition & 1 deletion src/bootstrap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ test = false
# Most of the time updating these dependencies requires modifications to the
# bootstrap codebase(e.g., https://github.com/rust-lang/rust/issues/124565);
# otherwise, some targets will fail. That's why these dependencies are explicitly pinned.
cc = "=1.0.97"
cc = "=1.1.19"
cmake = "=0.1.48"

build_helper = { path = "../tools/build_helper" }
Expand Down

0 comments on commit b0af276

Please sign in to comment.