File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ edition = "2024"
8
8
ar_archive_writer = " 0.4.2"
9
9
bitflags = " 2.4.1"
10
10
bstr = " 1.11.3"
11
- # Pinned so `cargo update` bumps don't cause breakage. Please also update the
12
- # `cc` in `rustc_llvm` if you update the `cc` here .
11
+ # `cc` updates often break things, so we pin it here. Cargo enforces "max 1 semver-compat version
12
+ # per crate", so if you change this, you need to also change it in `rustc_llvm` .
13
13
cc = " =1.2.16"
14
14
itertools = " 0.12"
15
15
pathdiff = " 0.2.0"
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ libc = "0.2.73"
10
10
11
11
[build-dependencies ]
12
12
# tidy-alphabetical-start
13
- # Pinned so `cargo update` bumps don't cause breakage. Please also update the
14
- # pinned `cc` in `rustc_codegen_ssa` if you update `cc` here .
13
+ # `cc` updates often break things, so we pin it here. Cargo enforces "max 1 semver-compat version
14
+ # per crate", so if you change this, you need to also change it in `rustc_codegen_ssa` .
15
15
cc = " =1.2.16"
16
16
# tidy-alphabetical-end
17
17
You can’t perform that action at this time.
0 commit comments