Skip to content

Commit d10bdaf

Browse files
committed
Note that cg_llvm's gimli should match the version used elsewhere
1 parent 32f1c1d commit d10bdaf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler/rustc_codegen_llvm/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ test = false
99
[dependencies]
1010
# tidy-alphabetical-start
1111
bitflags = "2.4.1"
12+
# To avoid duplicate dependencies, this should match the version of gimli used
13+
# by `rustc_codegen_ssa` via its `thorin-dwp` dependency.
1214
gimli = "0.30"
1315
itertools = "0.12"
1416
libc = "0.2"

0 commit comments

Comments
 (0)