We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32f1c1d commit d10bdafCopy full SHA for d10bdaf
compiler/rustc_codegen_llvm/Cargo.toml
@@ -9,6 +9,8 @@ test = false
9
[dependencies]
10
# tidy-alphabetical-start
11
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.
14
gimli = "0.30"
15
itertools = "0.12"
16
libc = "0.2"
0 commit comments