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"
88ar_archive_writer = " 0.4.2"
99bitflags = " 2.4.1"
1010bstr = " 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` .
1313cc = " =1.2.16"
1414itertools = " 0.12"
1515pathdiff = " 0.2.0"
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ libc = "0.2.73"
1010
1111[build-dependencies ]
1212# 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` .
1515cc = " =1.2.16"
1616# tidy-alphabetical-end
1717
You can’t perform that action at this time.
0 commit comments