We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6de9a0 commit 9782e37Copy full SHA for 9782e37
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