Skip to content

Commit

Permalink
Bump cc dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
arttet committed Sep 15, 2024
1 parent 8c2c9a9 commit d399248
Showing 1 changed file with 1 addition and 1 deletion.
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 d399248

Please sign in to comment.